Skip to content

Commit d5eb18f

Browse files
authored
Merge pull request #2511 from BenHenning/master-with-conflict-resolution
chore: Merge branch `master` into `rc/v12.0.0` Note that this includes a cherry-pick of #2508 to resolve conflicts found in #2503. Note that a separate branch is needed here to pull in the cherry-picked changes (in order to address the branch conflicts).
2 parents 735959d + 04abb7b commit d5eb18f

135 files changed

Lines changed: 1219 additions & 815 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/assign_reviewers.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ on:
1515
jobs:
1616
requested-reviewer:
1717
runs-on: ubuntu-latest
18+
permissions:
19+
pull-requests: write
1820
steps:
1921
- name: Assign requested reviewer
20-
uses: actions/github-script@v5
22+
uses: actions/github-script@v7
2123
with:
2224
script: |
2325
try {

codelabs/custom_generator/custom_generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ A custom language generator is simply an instance of `Blockly.Generator`. Create
203203
```js
204204
import * as Blockly from 'blockly';
205205

206-
export const jsonGenerator = new Blockly.Generator('JSON');
206+
export const jsonGenerator = new Blockly.CodeGenerator('JSON');
207207
```
208208

209209
### Generate code
-85.9 KB
Binary file not shown.
-271 KB
Binary file not shown.
-352 KB
Binary file not shown.

0 commit comments

Comments
 (0)