Skip to content

Commit

Permalink
feat: Node v22.8.0 #335
Browse files Browse the repository at this point in the history
  • Loading branch information
scagood committed Sep 25, 2024
1 parent 82f0697 commit d27e586
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/unsupported-features/node-builtins-modules/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@ const { READ } = require("@eslint-community/eslint-utils")
/** @type {import('../types.js').SupportVersionTraceMap} */
const Module = {
builtinModules: { [READ]: { supported: ["9.3.0", "8.10.0", "6.13.0"] } },
constants: {
compileCacheStatus: {
[READ]: { experimental: ["22.8.0"] },
},
},
createRequire: { [READ]: { supported: ["12.2.0"] } },
createRequireFromPath: {
[READ]: {
supported: ["10.12.0"],
deprecated: ["12.2.0"],
},
},
enableCompileCache: { [READ]: { experimental: ["22.8.0"] } },
getCompileCacheDir: { [READ]: { experimental: ["22.8.0"] } },
isBuiltin: { [READ]: { supported: ["18.6.0", "16.17.0"] } },
register: { [READ]: { experimental: ["20.6.0"] } },
syncBuiltinESMExports: { [READ]: { supported: ["12.12.0"] } },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const perf_hooks = {
loopExit: { [READ]: { supported: ["8.5.0"] } },
loopStart: { [READ]: { supported: ["8.5.0"] } },
nodeStart: { [READ]: { supported: ["8.5.0"] } },
uvMetricsInfo: { [READ]: { supported: ["22.8.0"] } },
v8Start: { [READ]: { supported: ["8.5.0"] } },
},
now: { [READ]: { supported: ["8.5.0"] } },
Expand Down

0 comments on commit d27e586

Please sign in to comment.