Skip to content

Commit

Permalink
feat(no-unsupported): Support node 23.1.0 (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
scagood authored Oct 25, 2024
1 parent aee5d96 commit 06d60ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/unsupported-features/node-builtins-modules/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const test = {
MockFunctionContext: { [READ]: { supported: ["19.1.0", "18.13.0"] } },
MockModuleContext: { [READ]: { experimental: ["22.3.0"] } },
MockTracker: { [READ]: { supported: ["19.1.0", "18.13.0"] } },
MockTimers: { [READ]: { experimental: ["20.4.0"] } },
MockTimers: { [READ]: { experimental: ["20.4.0"], supported: ["23.1.0"] } },
TestsStream: { [READ]: { supported: ["18.9.0", "16.19.0"] } },
TestContext: { [READ]: { supported: ["18.0.0", "16.17.0"] } },
SuiteContext: { [READ]: { supported: ["18.7.0", "16.17.0"] } },
Expand Down
1 change: 1 addition & 0 deletions lib/unsupported-features/node-builtins-modules/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ const util = {
getCallSite: { [READ]: { experimental: ["22.9.0"] } },
getSystemErrorName: { [READ]: { supported: ["9.7.0", "8.12.0"] } },
getSystemErrorMap: { [READ]: { supported: ["16.0.0", "14.17.0"] } },
getSystemErrorMessage: { [READ]: { supported: ["23.1.0"] } },
inherits: { [READ]: { supported: ["0.3.0"] } },
inspect: {
[READ]: { supported: ["0.3.0"] },
Expand Down

0 comments on commit 06d60ae

Please # to comment.