mirror of
https://github.com/google/blockly.git
synced 2026-06-17 00:25:14 +02:00
c86c8f8e92
* Migrate core/variables.js to ES6 const/let * Migrate core/variables.js to goog.module * Migrate core/variables.js to named requires * clang-format core/variables.js * Add JSDoc and make testdeps function test-only * Fix return type for getTestDeps * Migrate to new style of exposing methods for mocking in core/variables.js