Erokhin Stanislav
|
4c57d70be9
|
JS backend: remove ECMA 3, but several tests is broken.
Main reason: overload extention property:
Int.bar = 1
String.bar = 2
|
2013-09-17 21:43:25 +04:00 |
|
Leonid Shalupov
|
4f6d09eaba
|
KT-1870 skip deployment of docs, tests and examples
|
2013-07-10 15:54:36 +04:00 |
|
Natalia.Ukhorskaya
|
5c56900a09
|
Fix maven build: rename namespace class to package class
|
2013-01-18 12:59:36 +04:00 |
|
Andrey Breslav
|
a93596ca5e
|
Fixing errors in Maven build
|
2012-12-10 21:39:04 +04:00 |
|
Pavel V. Talanov
|
358d8fe658
|
Use packaged js libraries from dist in maven browser-example target.
|
2012-08-16 15:18:00 +04:00 |
|
James Strachan
|
ebc87ea34d
|
added a test case that ensures the generated JS code works in the browser example
|
2012-07-19 14:05:26 +01:00 |
|
James Strachan
|
1aae3ff449
|
updated instructions
|
2012-07-19 10:26:56 +01:00 |
|
James Strachan
|
79904e23da
|
updated browser example so its working again ;)
|
2012-07-19 10:23:57 +01:00 |
|
James Strachan
|
3ebcb399c7
|
fixed up sample
|
2012-05-30 16:55:44 +01:00 |
|
James Strachan
|
13dfda92d1
|
added the ability to run the sample either in a web browser or in Java 7 with JavaFX and the KoolApp browser
|
2012-05-29 08:50:12 +01:00 |
|
James Strachan
|
ec1a7f44ae
|
create a standard jar of the kotlin JS source that needs to be compiled when generating JS code so its easy to reuse using regular maven dependencies in build tools; updated the examples to reuse this so that its easy to build JS code without needing to know where on the file system a kotlin checkout lives
|
2012-05-28 17:16:12 +01:00 |
|
James Strachan
|
e38aac1dce
|
added documentation on the sample
|
2012-05-26 07:56:38 +01:00 |
|
James Strachan
|
d6c7743aab
|
got a working sample! :)
|
2012-05-26 07:48:37 +01:00 |
|
James Strachan
|
1254aa9e6f
|
allow the JS compiler to reference the JS library source so that maven based JS compilation can work & use the new kotlin.browser API
|
2012-05-26 07:45:10 +01:00 |
|
James Strachan
|
296a5b6b6c
|
added a test case for using the kotlin.browser package from JS (which fails so far, but its a start ;)
|
2012-05-24 13:08:14 +01:00 |
|