modified the JS compiler so that it can have definitions and library sources specified or discovered on the classpath; so for example we can then discover the kotlin standard library kotlin that needs to be compiled; plus the JS library definitions (which map to the kotlin-lib.js file)

This commit is contained in:
James Strachan
2012-05-30 15:50:06 +01:00
parent ae12b4e5fc
commit 4cff5f9759
10 changed files with 206 additions and 116 deletions
+1 -4
View File
@@ -65,11 +65,8 @@
<module>examples/kotlin-java-example</module>
<!--
TODO temporary disabled until we can get the kotlin/dom code compiled as JS
<module>examples/browser-example</module>
-->
<module>examples/js-example</module>
<module>examples/browser-example</module>
</modules>
<dependencies>