mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
* 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