summaryrefslogtreecommitdiffhomepage
path: root/src/nodejs/unit-http/loader.mjs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-12-06Node.js: added "shortCircuit" option for ES modules hook.Andrei Zeliankou1-2/+4
Starting from Node.js v18.6.0 return value from all hooks must have "shortCircuit: true" option specified. For more information see: https://github.com/nodejs/node/commit/10bcad5c6e
2022-06-02Node.js: fixed ES modules format in loader.mjs.Andrei Zeliankou1-2/+2
Before Node.js v16.14.0 the "format" value in defaultResolve was ignored so error was hidden. For more information see: https://github.com/nodejs/node/pull/40980
2021-05-24Node.js: renamed "require_shim" to "loader".Oisin Canty1-0/+18