summaryrefslogtreecommitdiff
path: root/tests/js/utils.mjs (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/utils.mjs: Remove eq(), use utils.isDeepStrictEqual from "node:utils" ins...EuAndreh2024-03-011-81/+0
* src/utils.mjs: Replace promisify() by util.promisify()EuAndreh2024-02-281-33/+0
* src/utils.mjs: Add undefinedAsNull()EuAndreh2024-02-281-0/+20
* src/utils.mjs: Define strSortFn() and use it on all filesEuAndreh2024-02-281-0/+18
* src/hero.mjs: Promote log() to fancy logger objectEuAndreh2024-02-251-0/+70
* Explicit import from "node:process"; move log() to hero.mjsEuAndreh2024-02-251-16/+0
* Normalize how modules import and name each other•••Also add a `defaultInterceptors` variable in `src/hero.mjs` to avoid needing to redefine it in every application. EuAndreh2024-02-241-2/+2
* src/hero.mjs: Add buildServer()EuAndreh2024-02-231-0/+33
* Implement accretion.runMigrations() and wrappings of node-sqlite3EuAndreh2024-02-231-0/+45
* Big cleanup•••- delete all SQLite Node-API code: we'll use the C++ one instead; - implement hero.mjs, with tests! - use ESM all over. EuAndreh2024-02-231-0/+225