@vue/compiler-core
Advanced tools
@@ -133,2 +133,3 @@ import { Namespace, Namespaces, PatchFlags, generateCodeFrame } from "@vue/shared"; | ||
| constantCache: WeakMap<TemplateChildNode, ConstantTypes>; | ||
| vForMemoKeyedNodes: WeakSet<ElementNode>; | ||
| filters?: Set<string>; | ||
@@ -157,2 +158,3 @@ } | ||
| isTS, | ||
| eventDelegation, | ||
| onError, | ||
@@ -932,2 +934,8 @@ onWarn, | ||
| hmr?: boolean; | ||
| /** | ||
| * Vapor only: control whether eligible static DOM events are compiled to | ||
| * document-level delegated events. | ||
| * @default true | ||
| */ | ||
| eventDelegation?: boolean; | ||
| } | ||
@@ -934,0 +942,0 @@ export interface CodegenOptions extends SharedTransformCodegenOptions { |
+4
-4
| { | ||
| "name": "@vue/compiler-core", | ||
| "version": "3.6.0-beta.14", | ||
| "version": "3.6.0-beta.15", | ||
| "description": "@vue/compiler-core", | ||
@@ -49,11 +49,11 @@ "main": "index.js", | ||
| "dependencies": { | ||
| "@babel/parser": "^7.29.3", | ||
| "@babel/parser": "^7.29.7", | ||
| "entities": "^7.0.1", | ||
| "estree-walker": "^2.0.2", | ||
| "source-map-js": "^1.2.1", | ||
| "@vue/shared": "3.6.0-beta.14" | ||
| "@vue/shared": "3.6.0-beta.15" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/types": "^7.29.0" | ||
| "@babel/types": "^7.29.7" | ||
| } | ||
| } |
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
659120
0.13%16666
0.12%+ Added
- Removed
Updated
Updated