first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
7
node_modules/core-js/modules/esnext.symbol.pattern-match.js
generated
vendored
Normal file
7
node_modules/core-js/modules/esnext.symbol.pattern-match.js
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
'use strict';
|
||||
// TODO: remove from `core-js@4`
|
||||
var defineWellKnownSymbol = require('../internals/well-known-symbol-define');
|
||||
|
||||
// `Symbol.patternMatch` well-known symbol
|
||||
// https://github.com/tc39/proposal-pattern-matching
|
||||
defineWellKnownSymbol('patternMatch');
|
||||
Loading…
Add table
Add a link
Reference in a new issue