@vue/compiler-sfc
Advanced tools
Comparing version 3.0.0-rc.9 to 3.0.0-rc.10
@@ -13,10 +13,4 @@ import { BindingMetadata } from '@vue/compiler-core'; | ||
import { SourceLocation } from '@vue/compiler-core'; | ||
import { Statement } from '@babel/types'; | ||
/** | ||
* Analyze bindings in normal `<script>` | ||
* Note that `compileScriptSetup` already analyzes bindings as part of its | ||
* compilation process so this should only be used on single `<script>` SFCs. | ||
*/ | ||
export declare function analyzeScriptBindings(_script: SFCScriptBlock): BindingMetadata; | ||
declare interface AssetURLOptions { | ||
@@ -115,2 +109,4 @@ /** | ||
bindings?: BindingMetadata; | ||
scriptAst?: Statement[]; | ||
scriptSetupAst?: Statement[]; | ||
} | ||
@@ -117,0 +113,0 @@ |
{ | ||
"name": "@vue/compiler-sfc", | ||
"version": "3.0.0-rc.9", | ||
"version": "3.0.0-rc.10", | ||
"description": "@vue/compiler-sfc", | ||
@@ -22,3 +22,4 @@ "main": "dist/compiler-sfc.cjs.js", | ||
"type": "git", | ||
"url": "git+https://github.com/vuejs/vue-next.git" | ||
"url": "git+https://github.com/vuejs/vue-next.git", | ||
"directory": "packages/compiler-sfc" | ||
}, | ||
@@ -35,3 +36,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"vue": "3.0.0-rc.9" | ||
"vue": "3.0.0-rc.10" | ||
}, | ||
@@ -41,6 +42,6 @@ "dependencies": { | ||
"@babel/types": "^7.10.4", | ||
"@vue/compiler-core": "3.0.0-rc.9", | ||
"@vue/compiler-dom": "3.0.0-rc.9", | ||
"@vue/compiler-ssr": "3.0.0-rc.9", | ||
"@vue/shared": "3.0.0-rc.9", | ||
"@vue/compiler-core": "3.0.0-rc.10", | ||
"@vue/compiler-dom": "3.0.0-rc.10", | ||
"@vue/compiler-ssr": "3.0.0-rc.10", | ||
"@vue/shared": "3.0.0-rc.10", | ||
"consolidate": "^0.15.1", | ||
@@ -47,0 +48,0 @@ "estree-walker": "^2.0.1", |
Sorry, the diff of this file is too big to display
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
2418820
65674
+ Added@vue/compiler-core@3.0.0-rc.10(transitive)
+ Added@vue/compiler-dom@3.0.0-rc.10(transitive)
+ Added@vue/compiler-ssr@3.0.0-rc.10(transitive)
+ Added@vue/reactivity@3.0.0-rc.10(transitive)
+ Added@vue/runtime-core@3.0.0-rc.10(transitive)
+ Added@vue/runtime-dom@3.0.0-rc.10(transitive)
+ Added@vue/shared@3.0.0-rc.10(transitive)
+ Addedvue@3.0.0-rc.10(transitive)
- Removed@vue/compiler-core@3.0.0-rc.9(transitive)
- Removed@vue/compiler-dom@3.0.0-rc.9(transitive)
- Removed@vue/compiler-ssr@3.0.0-rc.9(transitive)
- Removed@vue/reactivity@3.0.0-rc.9(transitive)
- Removed@vue/runtime-core@3.0.0-rc.9(transitive)
- Removed@vue/runtime-dom@3.0.0-rc.9(transitive)
- Removed@vue/shared@3.0.0-rc.9(transitive)
- Removedvue@3.0.0-rc.9(transitive)
Updated@vue/shared@3.0.0-rc.10