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
bc7104a8fe005b221ebb66b60cd3b85ba36ed641
kotlin-fork
/
libraries
/
stdlib
/
test
/
org
/
jetbrains
/
kotlin
/
tools
T
History
James Strachan
bc7104a8fe
update the DOM API so that we implement using the property style access of properties which work natively in JS and avoid using getter/setter methods in the DOM library so that they can easily compile to JS too from the same org.w3c.dom API on the JVM
2012-06-01 07:45:55 +01:00
..
GenerateJavaScriptStubs.kt
update the DOM API so that we implement using the property style access of properties which work natively in JS and avoid using getter/setter methods in the DOM library so that they can easily compile to JS too from the same org.w3c.dom API on the JVM
2012-06-01 07:45:55 +01:00
GenerateStandardLib.kt
code generate the JS dom.kt file so its got full W3C DOM API compatibility based on the API that ships with the JDK
2012-05-25 21:43:04 +01:00