summary refs log tree commit diff stats
path: root/tests/js/tstdlib_imports.nim
Commit message (Collapse)AuthorAgeFilesLines
* Use openarray of bytes in md5 (#19307)hlaaftana2022-01-151-2/+1
| | | | | | | | | | * Use openarray of bytes in md5 * fix CI * cleanup * use noSideEffect for bootstrapping * fix CI again * actually fix CI by checking if it works * this is getting ridiculous * put old md5 version in compiler, remove vmop
* Update JS and nimscript import tests (#19306)hlaaftana2022-01-011-19/+24
| | | | | * add new modules, except experimental ones * remove deprecated modules mersenne and sharedlist * better describe why some modules fail and some modules don't
* 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