| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests/runner.mjs: Add missing await in t.test("", () => {}) | EuAndreh | 2024-03-06 | 1 | -2/+2 |
| | | |||||
| * | tests/runner.mjs: Use process.stderr.write() to avoid printing newlines when ↵ | EuAndreh | 2024-02-28 | 1 | -2/+5 |
| | | | | | not needed | ||||
| * | tests/runner.mjs: Remove unused `AssertionError` type | EuAndreh | 2024-02-28 | 1 | -2/+0 |
| | | |||||
| * | Normalize how modules import and name each other | EuAndreh | 2024-02-24 | 1 | -2/+0 |
| | | | | | | Also add a `defaultInterceptors` variable in `src/hero.mjs` to avoid needing to redefine it in every application. | ||||
| * | Big cleanup | EuAndreh | 2024-02-23 | 1 | -0/+32 |
| - delete all SQLite Node-API code: we'll use the C++ one instead; - implement hero.mjs, with tests! - use ESM all over. | |||||
