summaryrefslogtreecommitdiff
path: root/tests/js/utils.mjs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Node.js -> GoEuAndreh2024-03-251-474/+0
* src/utils.mjs: Add take() and range()EuAndreh2024-03-201-0/+97
* src/utils.mjs: Add dissoc()EuAndreh2024-03-081-0/+18
* src/utils.mjs: Add first(), rest(), butlast() and last()EuAndreh2024-03-061-0/+78
* tests/runner.mjs: Add missing await in t.test("", () => {})EuAndreh2024-03-061-30/+30
* src/utils.mjs: s/first/findFirst/gEuAndreh2024-03-061-8/+8
* 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 otherEuAndreh2024-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 cleanupEuAndreh2024-02-231-0/+225