@babel/plugin-transform-typeof-symbol
Advanced tools
Comparing version
@@ -35,3 +35,3 @@ "use strict"; | ||
let isUnderHelper = path.findParent(path => { | ||
if (path.isFunction()) { | ||
if (path.isFunctionDeclaration()) { | ||
var _path$get; | ||
@@ -38,0 +38,0 @@ return ((_path$get = path.get("body.directives.0")) == null ? void 0 : _path$get.node.value.value) === "@babel/helpers - typeof"; |
{ | ||
"name": "@babel/plugin-transform-typeof-symbol", | ||
"version": "7.25.9", | ||
"version": "7.26.7", | ||
"description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)", | ||
@@ -19,3 +19,3 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.25.9" | ||
"@babel/helper-plugin-utils": "^7.26.5" | ||
}, | ||
@@ -26,7 +26,7 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.25.9", | ||
"@babel/core": "^7.26.7", | ||
"@babel/helper-plugin-test-runner": "^7.25.9", | ||
"@babel/runtime": "^7.25.9", | ||
"@babel/runtime": "^7.26.7", | ||
"@babel/runtime-corejs2": "^7.24.0", | ||
"@babel/runtime-corejs3": "^7.25.9" | ||
"@babel/runtime-corejs3": "^7.26.7" | ||
}, | ||
@@ -33,0 +33,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-typeof-symbol", |
Sorry, the diff of this file is not supported yet
10434
0.09%