We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d674f commit d4e56f2Copy full SHA for d4e56f2
controller/generate.js
@@ -147,8 +147,6 @@ export default async ({ test262Rev, beganAt }) => {
147
"import-defer": 99,
148
// https://github.com/tc39/proposal-canonical-tz
149
"canonical-tz": 99,
150
- // https://github.com/tc39/proposal-upsert
151
- "upsert": 99,
152
// https://github.com/tc39/proposal-immutable-arraybuffer
153
"immutable-arraybuffer": 99,
154
// https://github.com/tc39/proposal-nonextensible-applies-to-private
@@ -162,6 +160,7 @@ export default async ({ test262Rev, beganAt }) => {
162
160
"json-parse-with-source": 99,
163
161
"Math.sumPrecise": 99,
164
"uint8array-base64": 99,
+ "upsert": 99,
165
166
// ES2025
167
"Float16Array": 16,
0 commit comments