Skip to content

Commit

Permalink
[New] test/reporters added in v19.9, wasi added in v20
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 10, 2023
1 parent 9ae8b7f commit 9d5341a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core.json
Expand Up @@ -114,6 +114,8 @@
"node:string_decoder": [">= 14.18 && < 15", ">= 16"],
"sys": [">= 0.4 && < 0.7", ">= 0.8"],
"node:sys": [">= 14.18 && < 15", ">= 16"],
"test/reporters": [">= 19.9", ">= 20"],
"node:test/reporters": [">= 19.9", ">= 20"],
"node:test": [">= 16.17 && < 17", ">= 18"],
"timers": true,
"node:timers": [">= 14.18 && < 15", ">= 16"],
Expand Down Expand Up @@ -147,7 +149,8 @@
"node:v8": [">= 14.18 && < 15", ">= 16"],
"vm": true,
"node:vm": [">= 14.18 && < 15", ">= 16"],
"wasi": ">= 13.4 && < 13.5",
"wasi": [">= 13.4 && < 13.5", ">= 20"],
"node:wasi": ">= 20",
"worker_threads": ">= 11.7",
"node:worker_threads": [">= 14.18 && < 15", ">= 16"],
"zlib": ">= 0.5",
Expand Down

0 comments on commit 9d5341a

Please sign in to comment.