Skip to content

Commit 40d674f

Browse files
linusgCanadaHonk
authored andcommitted
generate: Move stage 4 features to ESNext
1 parent 998a5b0 commit 40d674f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

controller/generate.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ export default async ({ test262Rev, beganAt }) => {
135135
"regexp-duplicate-named-groups": 99,
136136
// https://github.com/tc39/proposal-array-from-async
137137
"Array.fromAsync": 99,
138-
// https://github.com/tc39/proposal-json-parse-with-source
139-
"json-parse-with-source": 99,
140138
// https://github.com/tc39/proposal-explicit-resource-management
141139
"explicit-resource-management": 99,
142140
// https://github.com/tc39/proposal-source-phase-imports
@@ -147,8 +145,6 @@ export default async ({ test262Rev, beganAt }) => {
147145
"Atomics.pause": 99,
148146
// https://tc39.es/proposal-defer-import-eval
149147
"import-defer": 99,
150-
// https://github.com/tc39/proposal-iterator-sequencing
151-
"iterator-sequencing": 99,
152148
// https://github.com/tc39/proposal-canonical-tz
153149
"canonical-tz": 99,
154150
// https://github.com/tc39/proposal-upsert
@@ -162,6 +158,8 @@ export default async ({ test262Rev, beganAt }) => {
162158

163159
// ESNext
164160
"Error.isError": 99,
161+
"iterator-sequencing": 99,
162+
"json-parse-with-source": 99,
165163
"Math.sumPrecise": 99,
166164
"uint8array-base64": 99,
167165

0 commit comments

Comments
 (0)