Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | array literals uses typed arrays; fix a jsgen bug (#16850) | flywind | 2021-02-15 | 1 | -3/+2 |
| | | | | | | | * array litterals uses typed arrays * Update compiler/jsgen.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | [backport 1.0] add backend support for js bigint (#16606) | Timothee Cour | 2021-01-06 | 1 | -0/+58 |
* add backend support for js bigint * cleanup * add tests * add -d:nimHasJsBigIntBackend * cleanup * more tests |