got the kotlin/Dom.kt, Preconditions.kt and AbstractIterator.kt compiling as JS; needs more testing of using these APIs from JS though...
This commit is contained in:
@@ -44,12 +44,10 @@ public final class StdLibToJSTest extends SingleFileTranslationTest {
|
||||
super("stdlib/");
|
||||
}
|
||||
|
||||
public void testDummy() {
|
||||
}
|
||||
|
||||
public void TODO_testCompileStandardLibraryFiles() throws Exception {
|
||||
public void testCompileStandardLibraryFiles() throws Exception {
|
||||
|
||||
generateJavaScriptFiles(MainCallParameters.noCall(), EcmaVersion.all(),
|
||||
"kotlin/Preconditions.kt",
|
||||
"kotlin/dom/Dom.kt",
|
||||
"kotlin/support/AbstractIterator.kt"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user