[JS IR] Add compiler argument about lazy initialisation

^KT-43222 fixed
This commit is contained in:
Ilya Goncharov
2020-11-16 18:26:52 +03:00
parent fcb3ee5e45
commit a2d41b86bf
5 changed files with 25 additions and 2 deletions
@@ -89,4 +89,7 @@ public class JSConfigurationKeys {
public static final CompilerConfigurationKey<ErrorTolerancePolicy> ERROR_TOLERANCE_POLICY =
CompilerConfigurationKey.create("set up policy to ignore compilation errors");
public static final CompilerConfigurationKey<Boolean> PROPERTY_LAZY_INITIALISATION =
CompilerConfigurationKey.create("enable property lazy initialisation");
}