Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `$(a: float)` now works consistently in nim js, avoiding printing floats as ↵ | Timothee Cour | 2020-04-27 | 1 | -5/+6 |
| | | | | | | | | | ints (#14134) * fix https://github.com/timotheecour/Nim/issues/133; $(a: float) works in nim js like in other backends * fix tests * fix test for windows that prints 1.1e17 differently than other OS | ||||
* | fixes a JS codegen regression | Andreas Rumpf | 2017-07-10 | 1 | -0/+18 |
| | |||||
* | fixes #5608 | Andreas Rumpf | 2017-07-09 | 1 | -0/+43 |
| | |||||
* | Fixes #5244 (#5245) | Yuriy Glukhov | 2017-01-18 | 1 | -0/+10 |
| | |||||
* | JS: Fixed ICE on ptr assignment | Yuriy Glukhov | 2016-09-20 | 1 | -0/+8 |
| | |||||
* | Fixed passing byvar | Yuriy Glukhov | 2015-08-25 | 1 | -0/+10 |
| | |||||
* | JS tests cleaned up | Araq | 2014-12-17 | 1 | -3/+4 |
| | |||||
* | fixes #1489, fixes #1490 | Araq | 2014-11-28 | 1 | -0/+32 |