Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Big cleanup | EuAndreh | 2024-02-23 | 1 | -36/+0 |
| | | | | | | - delete all SQLite Node-API code: we'll use the C++ one instead; - implement hero.mjs, with tests! - use ESM all over. | ||||
* | tests/runner.js: Replace hand-rolled assert with "node:assert" module | EuAndreh | 2023-11-16 | 1 | -11/+0 |
| | |||||
* | tests/js/: Run the files directly | EuAndreh | 2023-11-10 | 1 | -14/+5 |
| | | | | | Instead of dynamically `import()`ing them in `tests/runner.js`, make each test file instead load `tests/runner.js` and run its own tests. | ||||
* | Initial project structure | EuAndreh | 2023-11-09 | 1 | -0/+56 |