@babel/plugin-transform-typescript
Advanced tools
Comparing version
@@ -129,5 +129,7 @@ "use strict"; | ||
if (seen.has(name)) { | ||
for (let curScope = expr.scope; curScope !== path.scope; curScope = curScope.parent) { | ||
if (curScope.hasOwnBinding(name)) { | ||
return; | ||
{ | ||
for (let curScope = expr.scope; curScope !== path.scope; curScope = curScope.parent) { | ||
if (curScope.hasOwnBinding(name)) { | ||
return; | ||
} | ||
} | ||
@@ -134,0 +136,0 @@ } |
{ | ||
"name": "@babel/plugin-transform-typescript", | ||
"version": "7.26.8", | ||
"version": "7.27.0", | ||
"description": "Transform TypeScript into ES.next", | ||
@@ -21,3 +21,3 @@ "repository": { | ||
"@babel/helper-annotate-as-pure": "^7.25.9", | ||
"@babel/helper-create-class-features-plugin": "^7.25.9", | ||
"@babel/helper-create-class-features-plugin": "^7.27.0", | ||
"@babel/helper-plugin-utils": "^7.26.5", | ||
@@ -31,6 +31,6 @@ "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", | ||
"devDependencies": { | ||
"@babel/core": "^7.26.8", | ||
"@babel/core": "^7.26.10", | ||
"@babel/helper-plugin-test-runner": "^7.25.9", | ||
"@babel/traverse": "^7.26.8", | ||
"@babel/types": "^7.26.8" | ||
"@babel/traverse": "^7.27.0", | ||
"@babel/types": "^7.27.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-typescript", |
Sorry, the diff of this file is not supported yet
143556
0.13%1101
0.18%