summaryrefslogtreecommitdiff
path: root/src/utils.mjs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Node.js -> GoEuAndreh2024-03-251-105/+0
* src/utils.mjs: Add eq() as an alias for util.isDeepStrictEqualEuAndreh2024-03-201-0/+5
* src/utils.mjs: Add take() and range()EuAndreh2024-03-201-0/+40
* src/utils.mjs: Add dissoc()EuAndreh2024-03-081-0/+6
* src/utils.mjs: Add first(), rest(), butlast() and last()EuAndreh2024-03-061-0/+5
* src/utils.mjs: s/first/findFirst/gEuAndreh2024-03-061-1/+1
* src/utils.mjs: Remove eq(), use utils.isDeepStrictEqual from "node:utils" ins...EuAndreh2024-03-011-33/+0
* src/utils.mjs: Replace promisify() by util.promisify()EuAndreh2024-02-281-4/+0
* src/utils.mjs: Add undefinedAsNull()EuAndreh2024-02-281-0/+2
* src/utils.mjs: Define strSortFn() and use it on all filesEuAndreh2024-02-281-0/+2
* src/hero.mjs: Promote log() to fancy logger objectEuAndreh2024-02-251-0/+4
* Explicit import from "node:process"; move log() to hero.mjsEuAndreh2024-02-251-2/+0
* src/hero.mjs: Add buildServer()EuAndreh2024-02-231-0/+4
* Big cleanupEuAndreh2024-02-231-0/+76