[JS, Frontend] Add option to allow extension lambdas in externals

This commit is contained in:
Ilya Goncharov
2021-06-10 19:31:54 +03:00
committed by TeamCityServer
parent 2a54f1c610
commit 83c1a119ee
2 changed files with 6 additions and 1 deletions
@@ -177,6 +177,8 @@ enum class LanguageFeature(
SamWrapperClassesAreSynthetic(KOTLIN_1_5, defaultState = State.ENABLED, kind = BUG_FIX),
StrictOnlyInputTypesChecks(KOTLIN_1_5),
JsEnableExtensionFunctionInExternals(KOTLIN_1_5, defaultState = State.DISABLED, kind = OTHER),
// Disabled until the breaking change is approved by the committee, see KT-10884.
PackagePrivateFileClassesWithAllPrivateMembers(KOTLIN_1_5, defaultState = State.DISABLED),