about summary refs log tree commit diff stats
path: root/src/js/error.nim
Commit message (Collapse)AuthorAgeFilesLines
* js: fix fromJSEnumbptato2024-02-081-0/+3
| | | | std enum parsing uses Nim ident matching rules, which is incorrect here.
* move around more modulesbptato2023-09-141-1/+1
| | | | | | | | | | * ips -> io/ * loader related stuff -> loader/ * tempfile -> extern/ * buffer, forkserver -> server/ * lineedit, window -> display/ * cell -> types/ * opt -> types/
* javascript: move error ctors to js/errorbptato2023-08-291-0/+48
|
* javascript: refactorbptato2023-08-281-0/+32
Split out parts of the JS module, because it was starting to confuse the compiler a little. (Peakmem is back at 750M. Interesting.)