@volar/vue-code-gen
Advanced tools
Comparing version 0.33.1 to 0.33.2
@@ -37,3 +37,4 @@ "use strict"; | ||
codeGen.addText(`type __VLS_WithDefaults<P, D> = { | ||
[K in keyof P]: K extends keyof D ? P[K] & { | ||
// use 'keyof Pick<P, keyof P>' instead of 'keyof P' to keep props jsdoc | ||
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & { | ||
default: D[K] | ||
@@ -40,0 +41,0 @@ } : P[K] |
{ | ||
"name": "@volar/vue-code-gen", | ||
"version": "0.33.1", | ||
"version": "0.33.2", | ||
"main": "out/index.js", | ||
@@ -19,5 +19,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@volar/code-gen": "0.33.1", | ||
"@volar/shared": "0.33.1", | ||
"@volar/source-map": "0.33.1", | ||
"@volar/code-gen": "0.33.2", | ||
"@volar/shared": "0.33.2", | ||
"@volar/source-map": "0.33.2", | ||
"@vue/compiler-core": "^3.2.27", | ||
@@ -28,3 +28,3 @@ "@vue/compiler-dom": "^3.2.27", | ||
}, | ||
"gitHead": "03eaf26e0b1259ffa2b5690168a2d6a8baa81cbc" | ||
"gitHead": "31edc9e4c229643fd0594896c6ec63a64a9c1e30" | ||
} |
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
142336
3173
+ Added@volar/code-gen@0.33.2(transitive)
+ Added@volar/shared@0.33.2(transitive)
+ Added@volar/source-map@0.33.2(transitive)
- Removed@volar/code-gen@0.33.1(transitive)
- Removed@volar/shared@0.33.1(transitive)
- Removed@volar/source-map@0.33.1(transitive)
Updated@volar/code-gen@0.33.2
Updated@volar/shared@0.33.2
Updated@volar/source-map@0.33.2