summary refs log tree commit diff stats
path: root/tests/js/tbigint_backend.nim
Commit message (Collapse)AuthorAgeFilesLines
* array literals uses typed arrays; fix a jsgen bug (#16850)flywind2021-02-151-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 Cour2021-01-061-0/+58
* add backend support for js bigint * cleanup * add tests * add -d:nimHasJsBigIntBackend * cleanup * more tests