mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
Adding support for extensions, functions that can assist with loading blocks, much like init functions, but that can be referenced from JSON definitions. This allows JSON definitions to define dynamic blocks such as onchange handlers and mutators. Rewrote math_number as an example pure JSON block.