mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
release: Merge branch 'rc/v11.2.0' into rc/v12.0.0
This commit is contained in:
@@ -24,7 +24,7 @@ import type {Workspace} from './workspace.js';
|
||||
* @deprecated
|
||||
* @see {@link https://developers.google.com/blockly/guides/create-custom-blocks/generating-code}
|
||||
* @param block The Block instance to generate code for.
|
||||
* @param genearator The CodeGenerator calling the function.
|
||||
* @param generator The CodeGenerator calling the function.
|
||||
* @returns A string containing the generated code (for statement blocks),
|
||||
* or a [code, precedence] tuple (for value/expression blocks), or
|
||||
* null if no code should be emitted for block.
|
||||
|
||||
Reference in New Issue
Block a user