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 97c5997 commit 7e40bb7Copy full SHA for 7e40bb7
test/no-unnecessary-polyfills.mjs
@@ -49,6 +49,11 @@ test({
49
options: [{nodeVersion: '>7'}],
50
errors: [{message: 'Use the built-in `Array#from`.'}],
51
},
52
+ {
53
+ code: 'require("core-js/features/typed-array")',
54
+ options: [{nodeVersion: '>7'}],
55
+ errors: [{message: 'Use the built-in `TypedArray`.'}],
56
+ },
57
{
58
code: 'require("es6-symbol")',
59
0 commit comments