summary refs log tree commit diff stats
path: root/tests/js/tstdlib_imports.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move sha1, md5 to nimble packages * boot the compiler * fixes tests * build the documentation * fixes docs * lol, I forgot koch.nim * add `nimHasChecksums` define * clone checksums but maybe copying is better * bump nimble hash * use ChecksumsStableCommit * fixes tests * deprecate them * fixes paths * fixes koch
* build the documentation of official packages (#20986)ringabout2022-12-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove db stuffs * remove punycode * remove * fixes script * add cloner * patches * disable * patch * fixes external packages * disable two packages * preview documentation build * try again * fixes URL * fixes a bug * simplify * fixes documentaion * fixes * Apply suggestions from code review
* move `smtp` to nimble packages (#20953)ringabout2022-11-301-1/+1
| | | | | | | | | * move `smtp` to nimble packages * fixes * install smtp * yes
* move widestrs out of system (#20462)metagn2022-10-011-0/+5
| | | | | * move widestrs out of system * fix osproc
* 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