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
feb968e66de6ee70891347e2fdc9f76a5885712e
kotlin-fork
/
js
/
js.translator
/
testData
/
box
/
jsCode
T
History
Alexey Andreev
b11e33901b
Fix parsing of JavaScript number literals out of integer range
...
Fix KT-17219
2017-04-17 14:17:08 +03:00
..
break.kt
…
catchScope.kt
…
codeFromVariable.kt
…
continue.kt
…
doWhile.kt
…
for.kt
…
forIn.kt
…
function.kt
…
functionName.kt
JS: make JS parser to store function's name in AST. See KT-15475
2017-01-12 18:12:40 +03:00
if.kt
…
invocation.kt
…
label.kt
…
labelNestedClash.kt
…
labelNestedClashWithKotlin.kt
…
labelSiblingClash.kt
…
literal.kt
JS: replace all usages of
@native
annotation with
external
modifier, in tests, stdlib, etc
2016-12-08 15:41:39 +03:00
numberLiteralOverflow.kt
Fix parsing of JavaScript number literals out of integer range
2017-04-17 14:17:08 +03:00
object.kt
JS: replace all usages of
@native
annotation with
external
modifier, in tests, stdlib, etc
2016-12-08 15:41:39 +03:00
objectScopes.kt
JS: replace all usages of
@native
annotation with
external
modifier, in tests, stdlib, etc
2016-12-08 15:41:39 +03:00
operators.kt
…
quotes.kt
…
referenceToKotlin.js
JS: when translating content of
js()
function, rename all free references if they point to Kotlin local variable with the same name. See KT-15212
2016-12-17 12:12:36 +03:00
referenceToKotlin.kt
JS: when translating content of
js()
function, rename all free references if they point to Kotlin local variable with the same name. See KT-15212
2016-12-17 12:12:36 +03:00
switch.kt
…
tryCatchFinally.kt
…
while.kt
…