Skip to content

Commit cf6afcc

Browse files
scagoodaladdin-add
authored andcommitted
feat: Node v20.17.0 eslint-community#333
1 parent 8c0a2cc commit cf6afcc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/unsupported-features/node-builtins-modules/path.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const path = {
1010
dirname: { [READ]: { supported: ["0.1.16"] } },
1111
extname: { [READ]: { supported: ["0.1.25"] } },
1212
format: { [READ]: { supported: ["0.11.15"] } },
13-
matchesGlob: { [READ]: { experimental: ["22.5.0"] } },
13+
matchesGlob: { [READ]: { experimental: ["22.5.0", "20.17.0"] } },
1414
isAbsolute: { [READ]: { supported: ["0.11.2"] } },
1515
join: { [READ]: { supported: ["0.1.16"] } },
1616
normalize: { [READ]: { supported: ["0.1.23"] } },

lib/unsupported-features/node-builtins-modules/stream.js

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const Stream = {
4545
finished: { [READ]: { supported: ["10.0.0"] } },
4646
pipeline: { [READ]: { supported: ["10.0.0"] } },
4747
compose: { [READ]: { supported: ["16.9.0"] } },
48+
duplexPair: { [READ]: { supported: ["20.17.0"] } },
4849

4950
Readable,
5051
Writable,

0 commit comments

Comments
 (0)