[JS IR] Add compiler argument about lazy initialisation
^KT-43222 fixed
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user