@vue/compiler-sfc-canary
Advanced tools
Comparing version 3.20240624.0 to 3.20240624.1-minor.0
@@ -120,6 +120,7 @@ import * as _babel_types from '@babel/types'; | ||
/** | ||
* (**Experimental**) Enable reactive destructure for `defineProps` | ||
* @default false | ||
* 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 | ||
*/ | ||
propsDestructure?: boolean; | ||
propsDestructure?: boolean | 'error'; | ||
/** | ||
@@ -126,0 +127,0 @@ * File system access methods to be used when resolving types |
{ | ||
"name": "@vue/compiler-sfc-canary", | ||
"version": "3.20240624.0", | ||
"version": "3.20240624.1-minor.0", | ||
"description": "@vue/compiler-sfc", | ||
@@ -46,6 +46,6 @@ "main": "dist/compiler-sfc.cjs.js", | ||
"@babel/parser": "^7.24.7", | ||
"@vue/compiler-core": "npm:@vue/compiler-core-canary@3.20240624.0", | ||
"@vue/compiler-dom": "npm:@vue/compiler-dom-canary@3.20240624.0", | ||
"@vue/compiler-ssr": "npm:@vue/compiler-ssr-canary@3.20240624.0", | ||
"@vue/shared": "npm:@vue/shared-canary@3.20240624.0", | ||
"@vue/compiler-core": "npm:@vue/compiler-core-canary@3.20240624.1-minor.0", | ||
"@vue/compiler-dom": "npm:@vue/compiler-dom-canary@3.20240624.1-minor.0", | ||
"@vue/compiler-ssr": "npm:@vue/compiler-ssr-canary@3.20240624.1-minor.0", | ||
"@vue/shared": "npm:@vue/shared-canary@3.20240624.1-minor.0", | ||
"estree-walker": "^2.0.2", | ||
@@ -52,0 +52,0 @@ "magic-string": "^0.30.10", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
2293212
66251
1
+ Added@vue/compiler-core-canary@3.20240624.1-minor.0(transitive)
+ Added@vue/compiler-dom-canary@3.20240624.1-minor.0(transitive)
+ Added@vue/compiler-ssr-canary@3.20240624.1-minor.0(transitive)
+ Added@vue/shared-canary@3.20240624.1-minor.0(transitive)
- Removed@vue/compiler-core-canary@3.20240624.0(transitive)
- Removed@vue/compiler-dom-canary@3.20240624.0(transitive)
- Removed@vue/compiler-ssr-canary@3.20240624.0(transitive)
- Removed@vue/shared-canary@3.20240624.0(transitive)
Updated@vue/compiler-core@npm:@vue/compiler-core-canary@3.20240624.1-minor.0
Updated@vue/compiler-dom@npm:@vue/compiler-dom-canary@3.20240624.1-minor.0
Updated@vue/compiler-ssr@npm:@vue/compiler-ssr-canary@3.20240624.1-minor.0
Updated@vue/shared@npm:@vue/shared-canary@3.20240624.1-minor.0