mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
STRICT is no longer supported by Closure Compiler
Apparently 'PRUNE' is the new option, but it's undocumented. More info: https://github.com/google/blockly-games/issues/176
This commit is contained in:
@@ -83,7 +83,7 @@ COMPILATION_COMMAND="java -jar $COMPILER --js='$BLOCKLY_ROOT/tests/compile/main.
|
||||
--compilation_level ADVANCED_OPTIMIZATIONS \
|
||||
--language_in ECMASCRIPT5_STRICT \
|
||||
--language_out ECMASCRIPT5_STRICT \
|
||||
--dependency_mode=STRICT --entry_point=Main \
|
||||
--dependency_mode=PRUNE --entry_point=Main \
|
||||
--js_output_file $BLOCKLY_ROOT/tests/compile/main_compressed.js"
|
||||
echo "$COMPILATION_COMMAND"
|
||||
$COMPILATION_COMMAND
|
||||
|
||||
Reference in New Issue
Block a user