[JS IR] Add CLI flag and configuration key about partial linkage
- make possible to turn on/off linkage if klib contains unbound symbols - update jsExtraHelp test data
This commit is contained in:
committed by
TeamCityServer
parent
8381badcc4
commit
7d8f71d107
@@ -93,4 +93,7 @@ public class JSConfigurationKeys {
|
||||
|
||||
public static final CompilerConfigurationKey<Collection<String>> REPOSITORIES =
|
||||
CompilerConfigurationKey.create("set up additional repository paths");
|
||||
|
||||
public static final CompilerConfigurationKey<Boolean> PARTIAL_LINKAGE =
|
||||
CompilerConfigurationKey.create("allows some symbols in klibs be missed");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user