Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | importjs symbol (#12218) | Arne Döring | 2019-09-20 | 1 | -11/+9 |
| | | | | | * importjs symbol * importjs warning message, minor warning fixes | ||||
* | Support undefined in isNil (#9960) | Alexander Ivanov | 2018-12-30 | 1 | -0/+16 |
| | |||||
* | Support only some types as JsAssoc types (#8627) | Alexander Ivanov | 2018-11-23 | 1 | -12/+12 |
| | |||||
* | Correctly mangle `this` in the JS backend (#8853) | LemonBoy | 2018-09-03 | 1 | -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 green | Andreas Rumpf | 2018-08-13 | 1 | -1/+1 |
| | |||||
* | Restore the old behavior of parsing "quote do:" | Zahary Karadjov | 2017-08-19 | 1 | -2/+2 |
| | | | | close #5845 | ||||
* | allow StmtLists to pass through semExprWithType | Zahary Karadjov | 2017-04-11 | 1 | -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 lambdas | Zahary Karadjov | 2017-04-10 | 1 | -3/+5 |
| | |||||
* | improve the usability of the jsffi module | Zahary Karadjov | 2017-04-09 | 1 | -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 Jendrusch | 2017-01-26 | 1 | -0/+267 |