Skip to content

Commit 688838b

Browse files
committed
add tags
1 parent 45ed985 commit 688838b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

WEB_FEATURES.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -347,11 +347,10 @@ features:
347347
- globalThis
348348

349349
- name: getorinsert
350-
files:
351-
- test/built-ins/Map/prototype/getOrInsert
352-
- test/built-ins/Map/prototype/getOrInsertComputed
353-
- test/built-ins/WeakMap/prototype/getOrInsert
354-
- test/built-ins/WeakMap/prototype/getOrInsertComputed
350+
files:
351+
- test/built-ins/*Map/prototype/getOrInsert*
352+
tags:
353+
- upsert
355354

356355
- name: hashbang-comments
357356
files:
@@ -434,6 +433,8 @@ features:
434433
- name: iterator-concat
435434
files:
436435
- test/built-ins/Iterator/concat
436+
tags:
437+
- iterator-sequencing
437438

438439
- name: iterator-methods
439440
files:
@@ -1045,10 +1046,11 @@ features:
10451046
- name: weakmap
10461047
files:
10471048
- test/built-ins/WeakMap
1048-
- "!test/built-ins/WeakMap/prototype/getOrInsert*"
10491049
- test/language/expressions/class/subclass-builtins/subclass-WeakMap.js
10501050
- test/language/statements/class/subclass-builtins/subclass-WeakMap.js
10511051
- test/language/statements/class/subclass/builtin-objects/WeakMap
1052+
tags:
1053+
- "!upsert"
10521054

10531055
- name: weakset
10541056
files:

0 commit comments

Comments
 (0)