summary refs log tree commit diff stats
path: root/tests/js/tjsffi.nim
Commit message (Collapse)AuthorAgeFilesLines
* importjs symbol (#12218)Arne Döring2019-09-201-11/+9
| | | | | * importjs symbol * importjs warning message, minor warning fixes
* 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
| | | | | As shown in pragmagic/karax#67 using `this` as parameter name made the codegen output wrong code (and the user didn't notice the errors in the browser console).
* make JS tests greenAndreas Rumpf2018-08-131-1/+1
|
* Restore the old behavior of parsing "quote do:"Zahary Karadjov2017-08-191-2/+2
| | | | close #5845
* allow StmtLists to pass through semExprWithTypeZahary Karadjov2017-04-111-1/+7
| | | | | | This fix was necessary in order to fix the lambda lifting used in the "jsffi" module, which relies on turning nkStmtList into nkLambda in a catch-all dot operator.
* lift parameter-less do block to lambdasZahary Karadjov2017-04-101-3/+5
|
* improve the usability of the jsffi moduleZahary Karadjov2017-04-091-4/+48
| | | | | | * All JavaScript operators are usable with JsObject * The dot operators will use native JavaScript strings * Results returned from dot calls are consired discardable
* Implement RFC #4873 improvements to JavaScript FFI (#5213)Michael Jendrusch2017-01-261-0/+267