mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Don't explicitly set the default
This commit is contained in:
@@ -116,8 +116,6 @@ function compile(compilerOptions, opt_verbose, opt_warnings_as_error,
|
||||
const options = {};
|
||||
options.compilation_level = 'SIMPLE_OPTIMIZATIONS';
|
||||
options.warning_level = opt_verbose ? 'VERBOSE' : 'DEFAULT';
|
||||
// Use stable, regardless of what was passed in.
|
||||
options.language_in = 'STABLE';
|
||||
options.language_out = 'ECMASCRIPT5_STRICT';
|
||||
options.rewrite_polyfills = false;
|
||||
options.hide_warnings_for = 'node_modules';
|
||||
|
||||
Reference in New Issue
Block a user