mirror of
https://github.com/google/blockly.git
synced 2026-01-06 08:30:13 +01:00
Refactored renderContent() to use new attemptCodeGeneration() function, reducing code duplication. attemptCodeGeneration() now calls checkAllGeneratorFunctionsDefined() before running the generator.