Files
Nim/tests/js
flywind 240879bf3d array literals uses typed arrays; fix a jsgen bug (#16850)
* 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>
2021-02-15 11:28:11 +01:00
..
2020-10-30 03:54:39 +01:00
2020-11-02 10:41:44 +01:00
2020-11-14 12:51:23 +01:00
2021-01-20 11:08:42 +01:00
2020-10-30 09:16:47 +01:00
2020-11-12 09:20:10 +01:00
2020-10-31 12:06:13 +01:00
2020-10-30 09:58:55 +01:00

notes

Prefer moving tests to a non-js directory so that they get tested across all backends automatically. Ideally, tests/js should be reserved to code that only makes sense in js.

Note also that tests for a js specific module (e.g.: std/jsbigints) belong to tests/stdlib, (e.g.: tests/stdlib/tjsbigints.nim)