Svetlana Isakova
|
f987aa4faa
|
removed JLang and LUtil from file named in stdlib
|
2012-09-10 20:15:19 +04:00 |
|
Svetlana Isakova
|
8b749084b5
|
library changes after collections mapping
|
2012-09-05 18:55:16 +04:00 |
|
Andrey Breslav
|
66faa0c03a
|
For-loop range expression (collection) can not be null
|
2012-08-24 19:49:33 +04:00 |
|
Svetlana Isakova
|
ea611cb51d
|
check modifiers for local declarations
|
2012-08-22 20:42:35 +04:00 |
|
James Strachan
|
ecbd4daefb
|
avoid unnecessary verbose type parameters now the type inferencer is better
|
2012-08-17 09:44:52 +01:00 |
|
Svetlana Isakova
|
77ef3d34ab
|
not to generate extensions
to java Iterable/Iterator
|
2012-08-16 18:39:23 +04:00 |
|
Evgeny Gerashchenko
|
8084876fed
|
Using empty ranges in downTo generator.
|
2012-08-09 15:13:42 +04:00 |
|
Evgeny Gerashchenko
|
662fdca034
|
Added generator and generated for downTo() extension functions for numbers.
#KT-2519 in progress
|
2012-08-08 14:48:04 +04:00 |
|
Evgeny Gerashchenko
|
3dfb510a62
|
Regenerated JavaScript stubs.
|
2012-08-08 14:48:03 +04:00 |
|
James Strachan
|
7d0b03de76
|
added the dom events API to the kotlin standard library and get it compiling as JS too (not unit tested yet mind you ;)
|
2012-07-25 02:57:53 +01:00 |
|
James Strachan
|
b25c27bfed
|
added first cut of the DOM events API (its not all compiling to JS yet though due to Class<T> not being supported)
|
2012-07-24 11:10:50 +01:00 |
|
James Strachan
|
b4dace2c29
|
added a native array() function for the JS generation; also refactored the code generated collection APIs so that most of them can be used with JavaScript and included more array based APIs into the JS generation
|
2012-07-05 15:49:10 +01:00 |
|
James Strachan
|
64b00f0a19
|
fixed bug in generated dom (missing public on the Node class object) and split the JVM specific Iterator standard library to a separate file for easier JS reuse
|
2012-07-04 08:46:26 +01:00 |
|
James Strachan
|
8a6b752357
|
refactored the standard library so most of the collection APIs in the standard library can be compiled to JS
|
2012-06-21 15:53:39 +01:00 |
|
James Strachan
|
071e276e08
|
started compiling more of the kotlin library to JS; now testing the String methods in JS
|
2012-06-19 07:23:42 -05:00 |
|
Alexander Zolotov
|
0043454a06
|
Implement reduce and reduceRight functions
|
2012-06-16 02:37:48 +04:00 |
|
James Strachan
|
23db5d7fc8
|
fixed bug in property generation on the JS DOM API
|
2012-06-01 11:40:30 +01:00 |
|
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 |
|
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 |
|
James Strachan
|
fe68aeaa78
|
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 |
|
James Strachan
|
aecb5c72c5
|
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 |
|
James Strachan
|
e1234fa5db
|
moved the code generation tools out into a separate package so they don't get confused with test cases
|
2012-05-25 20:44:47 +01:00 |
|