summary refs log tree commit diff stats
path: root/tests/js/tjsffi.nim
Commit message (Expand)AuthorAgeFilesLines
* implement `legacy:jsNoLambdaLifting` for compatibility (#23727)ringabout2024-06-171-0/+1
* [JS backend] improve `discard` statement; ridding of the awkward special vari...ringabout2024-04-131-1/+1
* fixes #4299 #12492 #10849; lambda lifting for JS backend (#23484)ringabout2024-04-111-1/+1
* make jsffi properly gensym (#22539)metagn2023-08-231-0/+6
* deprecate `do:` meaning `do ():` + misc cleanup (#20927)metagn2022-12-061-1/+1
* js: improve tests + some docs (#16727)Timothee Cour2021-01-161-262/+164
* add `**` to jsffi (#16141)flywind2020-11-261-1/+33
* importjs symbol (#12218)Arne Döring2019-09-201-11/+9
* Support undefined in isNil (#9960)Alexander Ivanov2018-12-301-0/+16
* Support only some types as JsAssoc types (#8627)Alexander Ivanov2018-11-231-12/+12
* Correctly mangle `this` in the JS backend (#8853)LemonBoy2018-09-031-2/+2
* make JS tests greenAndreas Rumpf2018-08-131-1/+1
* Restore the old behavior of parsing "quote do:"Zahary Karadjov2017-08-191-2/+2
* allow StmtLists to pass through semExprWithTypeZahary Karadjov2017-04-111-1/+7
* lift parameter-less do block to lambdasZahary Karadjov2017-04-101-3/+5
* improve the usability of the jsffi moduleZahary Karadjov2017-04-091-4/+48
* Implement RFC #4873 improvements to JavaScript FFI (#5213)Michael Jendrusch2017-01-261-0/+267