File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments