summary refs log tree commit diff stats
path: root/tests/js
Commit message (Expand)AuthorAgeFilesLines
* minor fixes for node20 (#22894)ringabout2023-10-311-1/+1
* make jsffi properly gensym (#22539)metagn2023-08-231-0/+6
* fix VM uint conversion size bug, stricter int gen on JS (#22150)metagn2023-06-251-0/+21
* `strutils.split/rsplit` now return src on an empty sep (#22136)Zoom2023-06-211-6/+1
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-021-1/+1
* stdlib tests now check refc too (#21664)ringabout2023-04-211-1/+1
* int64/uint64 as bigint in JS (#21613)metagn2023-04-111-3/+8
* fixes #21439; Add tyOpenArray to genTypeInfo. (#21440)Constantine Molchanov2023-02-271-0/+14
* Specify that address is taken when converter takes a var parameter (#21391)Jake Leahy2023-02-211-0/+15
* `std/asyncjs` allow transforming proc types (#21356)Jake Leahy2023-02-141-0/+5
* fixes #21209; exclude threads options for JS (#21233)ringabout2023-01-082-0/+7
* JS backend properly extends string with `setLen` (#21087)Jake Leahy2022-12-131-0/+11
* Refactor JS sourcemap generator (#21053)Jake Leahy2022-12-131-0/+96
* build the documentation of official packages (#20986)ringabout2022-12-061-1/+1
* deprecate `do:` meaning `do ():` + misc cleanup (#20927)metagn2022-12-062-2/+2
* move `smtp` to nimble packages (#20953)ringabout2022-11-301-1/+1
* fix #8821 JS codegen can produce extreme switch statements with case … (#20...Bung2022-10-141-4/+1
* fixes devel CI (#20512)ringabout2022-10-071-1/+1
* add default field support for object in ARC/ORC (#20480)ringabout2022-10-041-1/+1
* move widestrs out of system (#20462)metagn2022-10-011-0/+5
* fix #20233 Float ranges in case statement in JS crash compiler (#20349)Bung2022-09-141-0/+7
* [js] add testcase for array indexDefect and remove todo (#19838)flywind2022-06-101-0/+9
* undefine C symbols in JS backend [backport:1.6] (#19437)flywind2022-02-041-0/+6
* Optimize lent in JS [backport:1.6] (#19393)hlaaftana2022-01-171-0/+33
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-161-1/+1
* Use openarray of bytes in md5 (#19307)hlaaftana2022-01-151-2/+1
* style usages part one (openarray => openArray) (#19321)flywind2022-01-043-5/+5
* Update JS and nimscript import tests (#19306)hlaaftana2022-01-011-19/+24
* envPairs works in vm, nims (#18615)Timothee Cour2021-09-291-26/+2
* fix CI failure(upstream changes) (#18820)flywind2021-09-081-1/+1
* fix #16993, #18054, #17835 runnableExamples now works with templates and nest...Timothee Cour2021-06-021-1/+1
* followup #16871 asyncjs.then: allow pipelining procs returning futures (#17189)Timothee Cour2021-03-043-0/+22
* fix #17177 (#17243)flywind2021-03-031-0/+10
* asyncjs: add `then`, `catch` for promise pipelining (#16871)Timothee Cour2021-02-242-18/+84
* array literals uses typed arrays; fix a jsgen bug (#16850)flywind2021-02-153-15/+32
* fixed dot operator recursive loop & macro suggest (#16922)Saem Ghani2021-02-151-1/+17
* fix #16978 unittest js foreign exception (#16998)Timothee Cour2021-02-131-0/+16
* Make parseopt available on all backends (#17009)hlaaftana2021-02-131-1/+1
* [backport:1.4] JS cstring null fixes (#16979)hlaaftana2021-02-111-1/+9
* tests/tuples/ttuples_issues.nim: test on all backends + various improvements ...Timothee Cour2021-02-022-29/+5
* fix #16822 (#16884)flywind2021-02-011-0/+29
* fix noDecl => nodecl (#16760)Timothee Cour2021-01-201-1/+1
* js: improve tests + some docs (#16727)Timothee Cour2021-01-162-262/+167
* [backport 1.0] add backend support for js bigint (#16606)Timothee Cour2021-01-061-0/+58
* refactor cmpIgnoreStyle and cmpIgnoreCase (#16399)flywind2020-12-311-16/+1
* 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