@volar/vue-code-gen
Advanced tools
Comparing version 0.34.5 to 0.34.6
@@ -87,2 +87,6 @@ "use strict"; | ||
if (ts.isPropertyAssignment(prop)) { | ||
// fix https://github.com/johnsoncodehk/volar/issues/1176 | ||
if (ts.isComputedPropertyName(prop.name)) { | ||
walkIdentifiers(ts, prop.name.expression, cb, localVars); | ||
} | ||
walkIdentifiers(ts, prop.initializer, cb, localVars); | ||
@@ -89,0 +93,0 @@ } |
{ | ||
"name": "@volar/vue-code-gen", | ||
"version": "0.34.5", | ||
"version": "0.34.6", | ||
"main": "out/index.js", | ||
@@ -19,4 +19,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@volar/code-gen": "0.34.5", | ||
"@volar/source-map": "0.34.5", | ||
"@volar/code-gen": "0.34.6", | ||
"@volar/source-map": "0.34.6", | ||
"@vue/compiler-core": "^3.2.31", | ||
@@ -26,3 +26,3 @@ "@vue/compiler-dom": "^3.2.31", | ||
}, | ||
"gitHead": "84a104b9744fb08960ff3bd8bf86a01436be2960" | ||
"gitHead": "26c74f112ce48ef1131b58e09cec2dd4b47fba6b" | ||
} |
Sorry, the diff of this file is too big to display
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
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
142672
+ Added@volar/code-gen@0.34.6(transitive)
+ Added@volar/source-map@0.34.6(transitive)
- Removed@volar/code-gen@0.34.5(transitive)
- Removed@volar/source-map@0.34.5(transitive)
Updated@volar/code-gen@0.34.6
Updated@volar/source-map@0.34.6