summary refs log tree commit diff stats
path: root/tests/js
Commit message (Expand)AuthorAgeFilesLines
* unittest: use defines instead of env vars (#16165)Timothee Cour2020-12-101-13/+0
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ...Timothee Cour2020-11-281-1/+3
* add `**` to jsffi (#16141)flywind2020-11-261-1/+33
* add simple writeStackTrace for JS backend (#16016)flywind2020-11-241-0/+12
* fix #16025 repr now consistent: does not insert trailing newline (#16034)Timothee Cour2020-11-191-44/+29
* fix #12303 (#15964)flywind2020-11-141-0/+16
* strengthen taddr.nim: add test case for #14578; reference other issues; test ...Timothee Cour2020-11-131-139/+0
* js -d:nodejs now supports osenv: `getEnv`, `putEnv`, `envPairs`, `delEnv`, `e...Timothee Cour2020-11-121-0/+26
* fix #14157 (#15877)flywind2020-11-121-0/+6
* follow #15818 and close #7109 (#15823)flywind2020-11-021-0/+8
* fix #8821 (#15809)flywind2020-11-021-0/+12
* fix #15651 (#15800)flywind2020-10-311-0/+18
* [closes #11625 and closes #2488]add global and threadvar(with `--threads:off`...flywind2020-10-301-0/+30
* closes #7658 (#15784)flywind2020-10-301-0/+7
* fix #15638 (#15789)flywind2020-10-301-0/+3
* add testcase for #7127 (#15780)flywind2020-10-301-0/+2
* avoid #8231, bitwise move to mul,div (#15070)Bung2020-08-251-0/+3
* fix #11354 jsgen not carefully handle genAddr with nkHiddenAddr,nkStm… (#15...Bung2020-07-271-0/+20
* fix #14475; unittest.require now works with `nim c`; require and check now wo...Timothee Cour2020-07-141-0/+2
* fix #14576 addr of param (including for lent) now works with nim js (#14577)Timothee Cour2020-06-061-1/+61
* Fix #14570 (#14571)Danil Yarantsev2020-06-061-0/+11
* fix #14350, cstrings in JS init as null (#14355)hlaaftana2020-05-152-3/+3
* fix js stacktraces, unify all file,line,col formatting into a single function...Timothee Cour2020-05-051-4/+5
* JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168)hlaaftana2020-04-301-0/+22
* many bugfixes for js (#14158)hlaaftana2020-04-297-12/+134
* Fix negative indexed arrays for JS, refs #13966 (#14152)hlaaftana2020-04-291-0/+6
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-282-3/+3
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-283-0/+287
* `$(a: float)` now works consistently in nim js, avoiding printing floats as i...Timothee Cour2020-04-272-5/+68
* fixes #14112, tests for #12892, #12671, #11697 (#14125)hlaaftana2020-04-262-0/+13
* Ref #14075 - enable two tests which seem to now be passing locally on FreeBSD...Euan2020-04-221-1/+0
* fix #13222: make relativePath more robust and flexible (#13451)Timothee Cour2020-04-211-0/+14
* relativePath("foo", "foo") is now ".", not "" (#13452)Timothee Cour2020-02-221-0/+7
* style fix: change 'JS' to 'js' to make it consistent (#13168)Miran2020-01-161-1/+1
* fixes #9674 [backport] (#13143)Andreas Rumpf2020-01-141-1/+9
* fixes #13119 (#13128)Andreas Rumpf2020-01-141-2/+2
* clean up deprecated stuff and unused imports in tests (#13059)Miran2020-01-073-9/+6
* #12103 - CI for FreeBSD (#12179)Euan2019-11-291-0/+1
* fix in tests/js/tconsole (#12709)Arne Döring2019-11-251-3/+3
* Fix jsgen bug with uninitialized seq (#12500) [backport]Oscar Nihlgård2019-10-241-0/+20
* Sets need copying in JS (#11392)hlaaftana2019-10-021-0/+14
* importjs symbol (#12218)Arne Döring2019-09-202-11/+347
* close #11166 by adding a testnarimiran2019-07-251-0/+4
* JS codegen: supports toOpenArray [bugfix]Araq2019-07-121-1/+9
* implement system.default for the JS targetAndreas Rumpf2019-03-051-0/+14
* fixes 10697 [backport]Araq2019-02-191-2/+13
* fixes #10651Araq2019-02-142-10/+37
* Fixes 10202 (#10283)rec2019-01-121-10/+27
* Guard against null exception (#10162)rec2019-01-041-0/+3
* Support undefined in isNil (#9960)Alexander Ivanov2018-12-301-0/+16