@vue/compiler-sfc-canary
Advanced tools
Comparing version 3.20240513.1-minor.0 to 3.20240520.0
@@ -120,7 +120,6 @@ import * as _babel_types from '@babel/types'; | ||
/** | ||
* Set to `false` to disable reactive destructure for `defineProps` (pre-3.5 | ||
* behavior), or set to `'error'` to throw hard error on props destructures. | ||
* @default true | ||
* (**Experimental**) Enable reactive destructure for `defineProps` | ||
* @default false | ||
*/ | ||
propsDestructure?: boolean | 'error'; | ||
propsDestructure?: boolean; | ||
/** | ||
@@ -472,3 +471,3 @@ * File system access methods to be used when resolving types | ||
export declare function invalidateTypeCache(filename: string): void; | ||
export declare function inferRuntimeType(ctx: TypeResolveContext, node: Node & MaybeWithScope, scope?: TypeScope): string[]; | ||
export declare function inferRuntimeType(ctx: TypeResolveContext, node: Node & MaybeWithScope, scope?: TypeScope, isKeyOf?: boolean): string[]; | ||
@@ -475,0 +474,0 @@ export declare function extractRuntimeEmits(ctx: TypeResolveContext): Set<string>; |
{ | ||
"name": "@vue/compiler-sfc-canary", | ||
"version": "3.20240513.1-minor.0", | ||
"version": "3.20240520.0", | ||
"description": "@vue/compiler-sfc", | ||
@@ -45,7 +45,7 @@ "main": "dist/compiler-sfc.cjs.js", | ||
"dependencies": { | ||
"@babel/parser": "^7.24.4", | ||
"@vue/compiler-core": "npm:@vue/compiler-core-canary@3.20240513.1-minor.0", | ||
"@vue/compiler-dom": "npm:@vue/compiler-dom-canary@3.20240513.1-minor.0", | ||
"@vue/compiler-ssr": "npm:@vue/compiler-ssr-canary@3.20240513.1-minor.0", | ||
"@vue/shared": "npm:@vue/shared-canary@3.20240513.1-minor.0", | ||
"@babel/parser": "^7.24.5", | ||
"@vue/compiler-core": "npm:@vue/compiler-core-canary@3.20240520.0", | ||
"@vue/compiler-dom": "npm:@vue/compiler-dom-canary@3.20240520.0", | ||
"@vue/compiler-ssr": "npm:@vue/compiler-ssr-canary@3.20240520.0", | ||
"@vue/shared": "npm:@vue/shared-canary@3.20240520.0", | ||
"estree-walker": "^2.0.2", | ||
@@ -57,3 +57,3 @@ "magic-string": "^0.30.10", | ||
"devDependencies": { | ||
"@babel/types": "^7.24.0", | ||
"@babel/types": "^7.24.5", | ||
"@vue/consolidate": "^1.0.0", | ||
@@ -67,4 +67,4 @@ "hash-sum": "^2.0.0", | ||
"pug": "^3.0.2", | ||
"sass": "^1.75.0" | ||
"sass": "^1.77.1" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
2280688
65851
+ Added@vue/compiler-core-canary@3.20240520.0(transitive)
+ Added@vue/compiler-dom-canary@3.20240520.0(transitive)
+ Added@vue/compiler-ssr-canary@3.20240520.0(transitive)
+ Added@vue/shared-canary@3.20240520.0(transitive)
- Removed@vue/compiler-core-canary@3.20240513.1-minor.0(transitive)
- Removed@vue/compiler-dom-canary@3.20240513.1-minor.0(transitive)
- Removed@vue/compiler-ssr-canary@3.20240513.1-minor.0(transitive)
- Removed@vue/shared-canary@3.20240513.1-minor.0(transitive)
Updated@babel/parser@^7.24.5
Updated@vue/compiler-core@npm:@vue/compiler-core-canary@3.20240520.0
Updated@vue/compiler-dom@npm:@vue/compiler-dom-canary@3.20240520.0
Updated@vue/compiler-ssr@npm:@vue/compiler-ssr-canary@3.20240520.0