Update checked-in dependencies
This commit is contained in:
parent
6b0d45a5c6
commit
cc1adb825a
4247 changed files with 144820 additions and 149530 deletions
4
node_modules/is-regex/test/index.js
generated
vendored
4
node_modules/is-regex/test/index.js
generated
vendored
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
var hasSymbols = require('has-symbols')();
|
||||
var hasToStringTag = hasSymbols && typeof Symbol.toStringTag === 'symbol';
|
||||
var hasSymbols = require('has-symbols/shams')();
|
||||
var hasToStringTag = hasSymbols && !!Symbol.toStringTag;
|
||||
var forEach = require('foreach');
|
||||
var test = require('tape');
|
||||
var isRegex = require('..');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue