Add forgotten new inference to JS

This commit is contained in:
Mikhail Glukhikh
2017-11-22 14:20:21 +03:00
parent dfe5eb65f9
commit 8b6e63dc18
@@ -204,6 +204,7 @@ public class K2JSCompiler extends CLICompiler<K2JSCompilerArguments> {
File outputFile = new File(arguments.getOutputFile());
configuration.put(CommonConfigurationKeys.MODULE_NAME, FileUtil.getNameWithoutExtension(outputFile));
configuration.put(CommonConfigurationKeys.USE_NEW_INFERENCE, arguments.getNewInference());
JsConfig config = new JsConfig(project, configuration);
JsConfig.Reporter reporter = new JsConfig.Reporter() {