Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #14110 (#14111) | Jae Yang | 2020-04-25 | 1 | -1/+1 |
| | | | Fixes jsffi usage example in doc | ||||
* | changed type() to typeof() in docs and error messages (#14084) | hlaaftana | 2020-04-24 | 1 | -1/+1 |
| | |||||
* | JS: gensym is stricter for 'this'; refs #12246 [backport] | Araq | 2019-09-30 | 1 | -1/+1 |
| | |||||
* | importjs symbol (#12218) | Arne Döring | 2019-09-20 | 1 | -4/+4 |
| | | | | | * importjs symbol * importjs warning message, minor warning fixes | ||||
* | libffi: style changes | Araq | 2019-06-19 | 1 | -50/+50 |
| | |||||
* | Support undefined in isNil (#9960) | Alexander Ivanov | 2018-12-30 | 1 | -0/+6 |
| | |||||
* | Support only some types as JsAssoc types (#8627) | Alexander Ivanov | 2018-11-23 | 1 | -33/+34 |
| | |||||
* | Try/Catch support for native JS exceptions (#8955) | LemonBoy | 2018-10-09 | 1 | -0/+11 |
| | | | | | | * Try/Catch support for native JS exceptions * Better tests | ||||
* | Replace NotString with typeclass in jsffi (#8128) | hlaaf | 2018-06-27 | 1 | -4/+2 |
| | |||||
* | Support code hot reloading for JavaScript projects (#7362) | zah | 2018-04-13 | 1 | -6/+18 |
| | | | | | | | | | | | | | | | | | | | | | | * Support code hot reloading for JavaScript projects * Add some missing JavaScript symbols and APIs * fix the Travis build * (review changes) remove the js type from the standard library as it doesn't follow NEP-1 * more additions to the DOM module * Follow NEP-1 in jsffi; spell 'hot code reloading' correctly * introduce a jscore module * Document jscore module. * readded js type * Remove the '$' operator that doesn't behave | ||||
* | language change: change how the experimental dot operators work | Andreas Rumpf | 2017-11-29 | 1 | -11/+11 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-09-26 | 1 | -3/+3 |
| | |||||
* | Restore the old behavior of parsing "quote do:" | Zahary Karadjov | 2017-08-19 | 1 | -4/+3 |
| | | | | close #5845 | ||||
* | allow StmtLists to pass through semExprWithType | Zahary Karadjov | 2017-04-11 | 1 | -4/+1 |
| | | | | | | 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 | -2/+8 |
| | |||||
* | improve the usability of the jsffi module | Zahary Karadjov | 2017-04-09 | 1 | -6/+56 |
| | | | | | | * 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/+436 |