feat(Escaped Identifiers): add ability to use any symbol wrapped in back ticks.
This commit is contained in:
+3
@@ -240,6 +240,9 @@ class K2JSCompilerArguments : CommonCompilerArguments() {
|
||||
if (extensionFunctionsInExternals) {
|
||||
this[LanguageFeature.JsEnableExtensionFunctionInExternals] = LanguageFeature.State.ENABLED
|
||||
}
|
||||
if (!isIrBackendEnabled()) {
|
||||
this[LanguageFeature.JsAllowInvalidCharsIdentifiersEscaping] = LanguageFeature.State.DISABLED
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user