Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | js: fix fromJSEnum | bptato | 2024-02-08 | 1 | -0/+3 |
| | | | | std enum parsing uses Nim ident matching rules, which is incorrect here. | ||||
* | move around more modules | bptato | 2023-09-14 | 1 | -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/error | bptato | 2023-08-29 | 1 | -0/+48 |
| | |||||
* | javascript: refactor | bptato | 2023-08-28 | 1 | -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.) |