Skip to content

Commit d4e56f2

Browse files
committed
generate: Move upsert to ESNext
1 parent 40d674f commit d4e56f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

controller/generate.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ export default async ({ test262Rev, beganAt }) => {
147147
"import-defer": 99,
148148
// https://github.com/tc39/proposal-canonical-tz
149149
"canonical-tz": 99,
150-
// https://github.com/tc39/proposal-upsert
151-
"upsert": 99,
152150
// https://github.com/tc39/proposal-immutable-arraybuffer
153151
"immutable-arraybuffer": 99,
154152
// https://github.com/tc39/proposal-nonextensible-applies-to-private
@@ -162,6 +160,7 @@ export default async ({ test262Rev, beganAt }) => {
162160
"json-parse-with-source": 99,
163161
"Math.sumPrecise": 99,
164162
"uint8array-base64": 99,
163+
"upsert": 99,
165164

166165
// ES2025
167166
"Float16Array": 16,

0 commit comments

Comments
 (0)