refactored the standard library so most of the collection APIs in the standard library can be compiled to JS
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
<exclude name="dom/html/window.kt"/>
|
||||
<exclude name="stdlib/test.kt"/>
|
||||
<exclude name="stdlib/dom.kt"/>
|
||||
<exclude name="stdlib/jutil.kt"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="${basedir}/target/generated-js-library">
|
||||
@@ -67,6 +68,15 @@
|
||||
</fileset>
|
||||
<fileset dir="${basedir}/../../stdlib/src/kotlin">
|
||||
<include name="Preconditions.kt"/>
|
||||
<!--
|
||||
<include name="Iterators.kt"/>
|
||||
<include name="JUtil.kt"/>
|
||||
<include name="JUtilCollections.kt"/>
|
||||
<include name="JUtilMaps.kt"/>
|
||||
<include name="JLangIterables.kt"/>
|
||||
<include name="JLangIterablesLazy.kt"/>
|
||||
<include name="JLangIterablesSpecial.kt"/>
|
||||
-->
|
||||
<!--
|
||||
<include name="Ordering.kt"/>
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user