@vue/compiler-core-canary
Advanced tools
Comparing version 3.20240715.0-minor.0 to 3.20240812.0-minor.0
@@ -0,4 +1,5 @@ | ||
import { PatchFlags } from '@vue/shared'; | ||
export { generateCodeFrame } from '@vue/shared'; | ||
import { Node as Node$1, Identifier, Function, BlockStatement as BlockStatement$1, Program, ObjectProperty } from '@babel/types'; | ||
import { ParserPlugin } from '@babel/parser'; | ||
export { generateCodeFrame } from '@vue/shared'; | ||
@@ -134,3 +135,3 @@ export declare const FRAGMENT: unique symbol; | ||
export type PropsExpression = ObjectExpression | CallExpression | ExpressionNode; | ||
export declare function buildProps(node: ElementNode, context: TransformContext, props: (DirectiveNode | AttributeNode)[] | undefined, isComponent: boolean, isDynamicComponent: boolean, ssr?: boolean): { | ||
export declare function buildProps(node: ElementNode, context: TransformContext, props: ElementNode['props'] | undefined, isComponent: boolean, isDynamicComponent: boolean, ssr?: boolean): { | ||
props: PropsExpression | undefined; | ||
@@ -375,3 +376,3 @@ directives: DirectiveNode[]; | ||
children: TemplateChildNode[] | TemplateTextChildNode | SlotsExpression | ForRenderListExpression | SimpleExpressionNode | CacheExpression | undefined; | ||
patchFlag: string | undefined; | ||
patchFlag: PatchFlags | undefined; | ||
dynamicProps: string | SimpleExpressionNode | undefined; | ||
@@ -527,3 +528,3 @@ directives: DirectiveArguments | undefined; | ||
children: ForRenderListExpression; | ||
patchFlag: string; | ||
patchFlag: PatchFlags; | ||
disableTracking: boolean; | ||
@@ -1039,3 +1040,3 @@ } | ||
*/ | ||
export declare function walkIdentifiers(root: Node$1, onIdentifier: (node: Identifier, parent: Node$1, parentStack: Node$1[], isReference: boolean, isLocal: boolean) => void, includeAll?: boolean, parentStack?: Node$1[], knownIds?: Record<string, number>): void; | ||
export declare function walkIdentifiers(root: Node$1, onIdentifier: (node: Identifier, parent: Node$1 | null, parentStack: Node$1[], isReference: boolean, isLocal: boolean) => void, includeAll?: boolean, parentStack?: Node$1[], knownIds?: Record<string, number>): void; | ||
export declare function isReferencedIdentifier(id: Identifier, parent: Node$1 | null, parentStack: Node$1[]): boolean; | ||
@@ -1042,0 +1043,0 @@ export declare function isInDestructureAssignment(parent: Node$1, parentStack: Node$1[]): boolean; |
{ | ||
"name": "@vue/compiler-core-canary", | ||
"version": "3.20240715.0-minor.0", | ||
"version": "3.20240812.0-minor.0", | ||
"description": "@vue/compiler-core", | ||
@@ -49,5 +49,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@babel/parser": "^7.24.7", | ||
"@vue/shared": "npm:@vue/shared-canary@3.20240715.0-minor.0", | ||
"entities": "^4.5.0", | ||
"@babel/parser": "^7.25.3", | ||
"@vue/shared": "npm:@vue/shared-canary@3.20240812.0-minor.0", | ||
"entities": "^5.0.0", | ||
"estree-walker": "^2.0.2", | ||
@@ -57,4 +57,4 @@ "source-map-js": "^1.2.0" | ||
"devDependencies": { | ||
"@babel/types": "^7.24.7" | ||
"@babel/types": "^7.25.2" | ||
} | ||
} |
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
610430
20038
82
+ Added@vue/shared-canary@3.20240812.0-minor.0(transitive)
+ Addedentities@5.0.0(transitive)
- Removed@vue/shared-canary@3.20240715.0-minor.0(transitive)
- Removedentities@4.5.0(transitive)
Updated@babel/parser@^7.25.3
Updated@vue/shared@npm:@vue/shared-canary@3.20240812.0-minor.0
Updatedentities@^5.0.0