Skip to content

Commit

Permalink
feat: Node v20.17.0 eslint-community#333
Browse files Browse the repository at this point in the history
  • Loading branch information
scagood committed Sep 25, 2024
1 parent 85b7945 commit e2893d5
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/path.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const path = {
dirname: { [READ]: { supported: ["0.1.16"] } },
extname: { [READ]: { supported: ["0.1.25"] } },
format: { [READ]: { supported: ["0.11.15"] } },
matchesGlob: { [READ]: { experimental: ["22.5.0"] } },
matchesGlob: { [READ]: { experimental: ["22.5.0", "20.17.0"] } },
isAbsolute: { [READ]: { supported: ["0.11.2"] } },
join: { [READ]: { supported: ["0.1.16"] } },
normalize: { [READ]: { supported: ["0.1.23"] } },
Expand Down
1 change: 1 addition & 0 deletions lib/unsupported-features/node-builtins-modules/stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const Stream = {
finished: { [READ]: { supported: ["10.0.0"] } },
pipeline: { [READ]: { supported: ["10.0.0"] } },
compose: { [READ]: { supported: ["16.9.0"] } },
duplexPair: { [READ]: { supported: ["20.17.0"] } },

Readable,
Writable,
Expand Down

0 comments on commit e2893d5

Please sign in to comment.