@vue/reactivity-transform
Advanced tools
Comparing version 3.2.27 to 3.2.28
@@ -153,2 +153,11 @@ 'use strict'; | ||
} | ||
else if (stmt.type === 'ExportNamedDeclaration' && | ||
stmt.declaration && | ||
stmt.declaration.type === 'VariableDeclaration') { | ||
walkVariableDeclaration(stmt.declaration, isRoot); | ||
} | ||
else if (stmt.type === 'LabeledStatement' && | ||
stmt.body.type === 'VariableDeclaration') { | ||
walkVariableDeclaration(stmt.body, isRoot); | ||
} | ||
} | ||
@@ -432,2 +441,3 @@ } | ||
} | ||
// skip type nodes | ||
if (parent && | ||
@@ -434,0 +444,0 @@ parent.type.startsWith('TS') && |
{ | ||
"name": "@vue/reactivity-transform", | ||
"version": "3.2.27", | ||
"version": "3.2.28", | ||
"description": "@vue/reactivity-transform", | ||
@@ -18,3 +18,3 @@ "main": "dist/reactivity-transform.cjs.js", | ||
"type": "git", | ||
"url": "git+https://github.com/vuejs/vue-next.git", | ||
"url": "git+https://github.com/vuejs/core.git", | ||
"directory": "packages/reactivity-transform" | ||
@@ -28,9 +28,9 @@ }, | ||
"bugs": { | ||
"url": "https://github.com/vuejs/vue-next/issues" | ||
"url": "https://github.com/vuejs/core/issues" | ||
}, | ||
"homepage": "https://github.com/vuejs/vue-next/tree/dev/packages/reactivity-transform#readme", | ||
"homepage": "https://github.com/vuejs/core/tree/dev/packages/reactivity-transform#readme", | ||
"dependencies": { | ||
"@babel/parser": "^7.16.4", | ||
"@vue/compiler-core": "3.2.27", | ||
"@vue/shared": "3.2.27", | ||
"@vue/compiler-core": "3.2.28", | ||
"@vue/shared": "3.2.28", | ||
"estree-walker": "^2.0.2", | ||
@@ -37,0 +37,0 @@ "magic-string": "^0.25.7" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
26457
546
+ Added@vue/compiler-core@3.2.28(transitive)
+ Added@vue/shared@3.2.28(transitive)
- Removed@vue/compiler-core@3.2.27(transitive)
- Removed@vue/shared@3.2.27(transitive)
Updated@vue/compiler-core@3.2.28
Updated@vue/shared@3.2.28