commit | 79e2cf063300b47900e379fe81267052d9a26aa7 | [log] [tgz] |
---|---|---|
author | Mathias Bynens <mathias@chromium.org> | Fri May 29 16:46:17 2020 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jun 11 06:20:04 2020 +0000 |
tree | 23cb8c1bf5dcdd5c94ce0a244b0962d191b3b96a | |
parent | 79d33bf0e67cb334be9a6b9a44be3875454ea540 [diff] [blame] |
Add stylelint dependency This also adds CC-BY-4.0 to the list of accepted licenses. DISABLE_THIRD_PARTY_CHECK=update dependencies Bug: chromium:1083142 Change-Id: I8612de2fba52dae32eeb71af79d5aacfde52142b Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2220097 Reviewed-by: Paul Lewis <aerotwist@chromium.org> Commit-Queue: Mathias Bynens <mathias@chromium.org>
diff --git a/node_modules/is-regexp/index.js b/node_modules/is-regexp/index.js new file mode 100644 index 0000000..bdc427c --- /dev/null +++ b/node_modules/is-regexp/index.js
@@ -0,0 +1,3 @@ +'use strict'; + +module.exports = input => Object.prototype.toString.call(input) === '[object RegExp]';