mit-cml / blockly-plugins

Plugins for Blockly
Apache License 2.0
18 stars 12 forks source link

Add lexical variable getter and setter blocks to core #43

Open mark-friedman opened 7 months ago

mark-friedman commented 7 months ago

Even though the core exports aren't generally supposed to include any blocks, the lexical variable getter and setter blocks are required by the the core fields which define variables.

Note that it might be useful to allow the developer to create their own version of the lexical variable getter and setter blocks and override the default ones.