enabled the compiling of most of the collections based standard kotlin library to JavaScript
This commit is contained in:
@@ -79,10 +79,7 @@ public abstract class Config {
|
||||
*/
|
||||
@NotNull
|
||||
public static final List<String> LIB_FILE_NAMES_DEPENDENT_ON_STDLIB = Arrays.asList(
|
||||
/**
|
||||
TODO include ASAP...
|
||||
"/stdlib/jutil.kt",
|
||||
*/
|
||||
"/stdlib/test.kt",
|
||||
"/core/stringDefs.kt",
|
||||
"/core/strings.kt"
|
||||
@@ -96,8 +93,6 @@ public abstract class Config {
|
||||
@NotNull
|
||||
public static final List<String> STDLIB_FILE_NAMES = Arrays.asList(
|
||||
"/kotlin/Preconditions.kt",
|
||||
/*
|
||||
TODO include ASAP - right now it generates an issue
|
||||
"/kotlin/Iterators.kt",
|
||||
"/kotlin/JUtil.kt",
|
||||
"/kotlin/JUtilCollections.kt",
|
||||
@@ -105,8 +100,7 @@ public abstract class Config {
|
||||
"/kotlin/JLangIterables.kt",
|
||||
"/kotlin/JLangIterablesLazy.kt",
|
||||
"/kotlin/JLangIterablesSpecial.kt",
|
||||
"/kotlin/support/AbstractIterator.kt"
|
||||
*/
|
||||
"/kotlin/support/AbstractIterator.kt",
|
||||
"/kotlin/Strings.kt",
|
||||
"/kotlin/test/Test.kt"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user