summary refs log tree commit diff stats
path: root/tests/js/tglobal.nim
Commit message (Collapse)AuthorAgeFilesLines
* [closes #11625 and closes #2488]add global and threadvar(with ↵flywind2020-10-301-0/+30
`--threads:off` mode ) pragmas supports for JS backend (#15772) * add global pragma support for js backend * globalThis * add support for threadvar * more tests * Update compiler/jsgen.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de>