summary refs log tree commit diff stats
path: root/tests/js/tstdlib_imports.nim
Commit message (Collapse)AuthorAgeFilesLines
* Make parseopt available on all backends (#17009)hlaaftana2021-02-131-1/+1
| | | | | | | | | * Make parseopt available on all backends * fix spaces * fix getopt and update prelude * no crazy unnecessary version checks, use doAssert
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-281-0/+71
* StringStream & more stdlib modules support for JS/NimScript * change back pegs test in line with #14134