Use newly built compiler for kotlin2js instead of bootstrap
Otherwise it's impossible to make any change in built-ins: the bootstrap compiler is not able to compile the new stdlib because stdlib is designed to compile against the built-ins of the same version, but bootstrap compiler is only aware of old built-ins which it has in its classpath
This commit is contained in:
@@ -218,6 +218,8 @@
|
||||
</target>
|
||||
|
||||
<target name="jslib">
|
||||
<typedef resource="org/jetbrains/jet/buildtools/ant/antlib.xml" classpath="${kotlin-home}/lib/kotlin-ant.jar"/>
|
||||
|
||||
<property name="compiled.builtins.js" value="builtins.js" />
|
||||
<property name="compiled.stdlib.js" value="stdlib.js" />
|
||||
<property name="stdlib.js.dir" value="${basedir}/js/js.translator/testData" />
|
||||
|
||||
Reference in New Issue
Block a user