mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
chore: correctly updates the compiled flag (#5767)
This commit is contained in:
@@ -457,6 +457,7 @@ function compile(options) {
|
||||
language_out: 'ECMASCRIPT5_STRICT',
|
||||
rewrite_polyfills: true,
|
||||
hide_warnings_for: 'node_modules',
|
||||
define: ['COMPILED=true'],
|
||||
externs: ['./externs/svg-externs.js'],
|
||||
};
|
||||
if (argv.debug || argv.strict) {
|
||||
|
||||
Reference in New Issue
Block a user