commit | bc3a0b7a2b97f5db10ae59a20ca75b224a8a5a96 | [log] [tgz] |
---|---|---|
author | Tim van der Lippe <[email protected]> | Mon Nov 08 15:22:37 2021 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 08 16:05:33 2021 |
tree | 5a9c9dc9dcf5a4f66231f0ec2cc560f2a36685a1 | |
parent | aaaa9e0109bc4010d5f582166abfc02b144e74e9 [diff] [blame] |
Upgrade eslint-plugin-import [email protected] Bug: none Change-Id: I0ad7ba9133af3db19c448a284d79bdfc08101dea Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3268294 Commit-Queue: Tim van der Lippe <[email protected]> Auto-Submit: Tim van der Lippe <[email protected]> Reviewed-by: Jack Franklin <[email protected]>
diff --git a/node_modules/is-boolean-object/index.js b/node_modules/is-boolean-object/index.js index 0cd8e77..e1011f6 100644 --- a/node_modules/is-boolean-object/index.js +++ b/node_modules/is-boolean-object/index.js
@@ -13,7 +13,7 @@ } }; var boolClass = '[object Boolean]'; -var hasToStringTag = typeof Symbol === 'function' && !!Symbol.toStringTag; +var hasToStringTag = require('has-tostringtag/shams')(); module.exports = function isBoolean(value) { if (typeof value === 'boolean') {