mirror of
https://github.com/google/blockly.git
synced 2026-01-17 05:47:10 +01:00
* Terminology change: use "compressed" and "uncompressed" to describe what Closure Compiler calls "compiled" and "uncompiled", to reduce confusion with the compilation that will be done by tsc. * Get the list of modules to bootstrap (in compressed mode), or scripts to load (in compressed mode) from BLOCKLY_BOOTSTRAP_OPTIONS, to allow calling scripts to to specify exactly what to load.