@vue/compiler-core
Advanced tools
Comparing version 3.0.5 to 3.0.6
@@ -6,5 +6,5 @@ import { generateCodeFrame } from '@vue/shared'; | ||
export declare function advancePositionWithClone(pos: Position_2, source: string, numberOfCharacters?: number): Position_2; | ||
export declare function advancePositionWithClone(pos: Position, source: string, numberOfCharacters?: number): Position; | ||
export declare function advancePositionWithMutation(pos: Position_2, source: string, numberOfCharacters?: number): Position_2; | ||
export declare function advancePositionWithMutation(pos: Position, source: string, numberOfCharacters?: number): Position; | ||
@@ -665,3 +665,3 @@ export declare interface ArrayExpression extends Node_2 { | ||
declare interface Position_2 { | ||
export declare interface Position { | ||
offset: number; | ||
@@ -671,3 +671,2 @@ line: number; | ||
} | ||
export { Position_2 as Position } | ||
@@ -825,4 +824,4 @@ export declare function processExpression(node: SimpleExpressionNode, context: TransformContext, asParams?: boolean, asRawStatements?: boolean): ExpressionNode; | ||
export declare interface SourceLocation { | ||
start: Position_2; | ||
end: Position_2; | ||
start: Position; | ||
end: Position; | ||
source: string; | ||
@@ -895,3 +894,3 @@ } | ||
hoists: (JSChildNode | null)[]; | ||
imports: Set<ImportItem>; | ||
imports: ImportItem[]; | ||
temps: number; | ||
@@ -898,0 +897,0 @@ cached: number; |
{ | ||
"name": "@vue/compiler-core", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "@vue/compiler-core", | ||
@@ -34,3 +34,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@vue/shared": "3.0.5", | ||
"@vue/shared": "3.0.6", | ||
"@babel/parser": "^7.12.0", | ||
@@ -37,0 +37,0 @@ "@babel/types": "^7.12.0", |
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
545409
13763
+ Added@vue/shared@3.0.6(transitive)
- Removed@vue/shared@3.0.5(transitive)
Updated@vue/shared@3.0.6