[K/JS] Add the ability to turn off polyfills generating
This commit is contained in:
@@ -77,6 +77,9 @@ public class JSConfigurationKeys {
|
||||
public static final CompilerConfigurationKey<Boolean> GENERATE_COMMENTS_WITH_FILE_PATH =
|
||||
CompilerConfigurationKey.create("generate comments with file path at the start of each file block");
|
||||
|
||||
public static final CompilerConfigurationKey<Boolean> GENERATE_POLYFILLS =
|
||||
CompilerConfigurationKey.create("generate polyfills for newest properties, methods and classes from ES6+");
|
||||
|
||||
public static final CompilerConfigurationKey<Boolean> GENERATE_REGION_COMMENTS =
|
||||
CompilerConfigurationKey.create("generate special comments at the start and the end of each file block, " +
|
||||
"it allows to fold them and navigate to them in the IDEA");
|
||||
|
||||
Reference in New Issue
Block a user