summary refs log tree commit diff stats
path: root/tests/js
Commit message (Expand)AuthorAgeFilesLines
* fix system for nimscript config files on js backend (#24135)metagn2024-09-192-0/+2
* fixes jsbigint64 regression; keeps convs to `Number` in danger mode (#23926)ringabout2024-08-111-0/+17
* Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that (#23793)c-blake2024-07-071-1/+1
* implement `legacy:jsNoLambdaLifting` for compatibility (#23727)ringabout2024-06-171-0/+1
* fixes #23522; fixes pre-existing wrong type for iter in `liftIterSym` (#23538)ringabout2024-04-261-0/+3
* fixes #4695; closure iterators support for JS backend (#23493)ringabout2024-04-181-4/+1
* [JS backend] improve `discard` statement; ridding of the awkward special vari...ringabout2024-04-131-1/+1
* fixes #4299 #12492 #10849; lambda lifting for JS backend (#23484)ringabout2024-04-113-7/+4
* fixes JS tests (#23479)ringabout2024-04-051-1/+1
* Update tests/js/tos.nim, make isAbsolute tested on nodejs under Windows. (#23...lit2024-03-091-6/+4
* Don't recurse into inner functions during asyncjs transform (#23036)Jake Leahy2023-12-061-0/+5
* 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