summary refs log tree commit diff stats
path: root/lib/std/private/jsutils.nim
Commit message (Collapse)AuthorAgeFilesLines
* improve jsutils docs (#17421)Timothee Cour2021-03-211-10/+42
| | | | | * improve jsutils docs * address comments
* follow up #17276 (#17355)flywind2021-03-191-2/+10
| | | | | | | | | | | | | * improve test coverage for isolation * a bit better * rename channels to channels_builtin * follow up #17276 * fix * Update lib/std/private/jsutils.nim
* fix #17275 (#17276)flywind2021-03-091-0/+4
|
* follow up #17165 (#17262)flywind2021-03-041-0/+1
|
* array literals uses typed arrays; fix a jsgen bug (#16850)flywind2021-02-151-0/+8
| | | | | | | * array litterals uses typed arrays * Update compiler/jsgen.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* add system random to stdlib: std/sysrand (#16459)flywind2021-02-111-0/+6
|
* JS: make hash float support IE/Safari (#16872)flywind2021-02-011-0/+4
|
* refactor hash in JS backend (#16863)flywind2021-01-301-0/+8
|
* perpare for more compact bit operations in JS (#16728)flywind2021-01-191-0/+12