We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a541048 commit b0e6101Copy full SHA for b0e6101
test/no-useless-fallback-in-set-constructor.js
@@ -31,6 +31,7 @@ test.snapshot({
31
'new Set( foo ?? (( [] )) )',
32
'new Set( (await foo) ?? [] )',
33
'new Set( (0, foo) ?? [] )',
34
+ 'new Set( (( (0, foo) ?? [] )) )',
35
// Who care?
36
'new Set(document.all ?? [])',
37
],
0 commit comments