We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ljharb
Learn more about funding links in repositories.
Report abuse
1 parent d3332a2 commit 775fd8eCopy full SHA for 775fd8e
lib/core.json
@@ -114,6 +114,8 @@
114
"node:string_decoder": [">= 14.18 && < 15", ">= 16"],
115
"sys": [">= 0.4 && < 0.7", ">= 0.8"],
116
"node:sys": [">= 14.18 && < 15", ">= 16"],
117
+ "test/reporters": [">= 19.9", ">= 20"],
118
+ "node:test/reporters": [">= 19.9", ">= 20"],
119
"node:test": [">= 16.17 && < 17", ">= 18"],
120
"timers": true,
121
"node:timers": [">= 14.18 && < 15", ">= 16"],
@@ -147,7 +149,8 @@
147
149
"node:v8": [">= 14.18 && < 15", ">= 16"],
148
150
"vm": true,
151
"node:vm": [">= 14.18 && < 15", ">= 16"],
- "wasi": ">= 13.4 && < 13.5",
152
+ "wasi": [">= 13.4 && < 13.5", ">= 20"],
153
+ "node:wasi": ">= 20",
154
"worker_threads": ">= 11.7",
155
"node:worker_threads": [">= 14.18 && < 15", ">= 16"],
156
"zlib": ">= 0.5",
0 commit comments