This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c4439f33f0e6a96f02f5461946e060df922d9e83
kotlin-fork
/
js
T
History
James Strachan
c4439f33f0
avoided JS compile barf in JS generation and fix compile error of Node vals in generated DOM API
2012-05-31 09:26:55 +01:00
..
js.examples
Some tweaks in canvas api.
2012-03-30 20:03:07 +04:00
js.libraries
avoided JS compile barf in JS generation and fix compile error of Node vals in generated DOM API
2012-05-31 09:26:55 +01:00
js.tests
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)
2012-05-30 15:51:08 +01:00
js.translator
generate the Node.ELEMENT_NODE fields on the JS DOM API and refactored the kotlin.dom API so that it uses the Node.getNodeType() API rather than using "is" which is troublesome to implement on a browser/JS
2012-05-31 09:08:12 +01:00