@vue/compiler-core
Advanced tools
Comparing version 3.0.7 to 3.0.8
@@ -293,3 +293,3 @@ import { generateCodeFrame } from '@vue/shared'; | ||
export declare function createTransformContext(root: RootNode, { filename, prefixIdentifiers, hoistStatic, cacheHandlers, nodeTransforms, directiveTransforms, transformHoist, isBuiltInComponent, isCustomElement, expressionPlugins, scopeId, ssr, ssrCssVars, bindingMetadata, inline, isTS, onError }: TransformOptions): TransformContext; | ||
export declare function createTransformContext(root: RootNode, { filename, prefixIdentifiers, hoistStatic, cacheHandlers, nodeTransforms, directiveTransforms, transformHoist, isBuiltInComponent, isCustomElement, expressionPlugins, scopeId, slotted, ssr, ssrCssVars, bindingMetadata, inline, isTS, onError }: TransformOptions): TransformContext; | ||
@@ -663,4 +663,2 @@ export declare function createVNodeCall(context: TransformContext | null, tag: VNodeCall['tag'], props?: VNodeCall['props'], children?: VNodeCall['children'], patchFlag?: VNodeCall['patchFlag'], dynamicProps?: VNodeCall['dynamicProps'], directives?: VNodeCall['directives'], isBlock?: VNodeCall['isBlock'], disableTracking?: VNodeCall['disableTracking'], loc?: SourceLocation): VNodeCall; | ||
export declare const POP_SCOPE_ID: unique symbol; | ||
export declare interface Position { | ||
@@ -688,4 +686,2 @@ offset: number; | ||
export declare const PUSH_SCOPE_ID: unique symbol; | ||
export declare function registerRuntimeHelpers(helpers: any): void; | ||
@@ -731,3 +727,3 @@ | ||
ssrHelpers?: symbol[]; | ||
codegenNode?: TemplateChildNode | JSChildNode | BlockStatement | undefined; | ||
codegenNode?: TemplateChildNode | JSChildNode | BlockStatement; | ||
} | ||
@@ -742,2 +738,4 @@ | ||
export declare const SET_SCOPE_ID: unique symbol; | ||
declare interface SharedTransformCodegenOptions { | ||
@@ -891,3 +889,3 @@ /** | ||
root: RootNode; | ||
helpers: Set<symbol>; | ||
helpers: Map<symbol, number>; | ||
components: Set<string>; | ||
@@ -912,2 +910,3 @@ directives: Set<string>; | ||
helper<T extends symbol>(name: T): T; | ||
removeHelper<T extends symbol>(name: T): void; | ||
helperString(name: symbol): string; | ||
@@ -996,2 +995,8 @@ replaceNode(node: TemplateChildNode): void; | ||
/** | ||
* Indicates this SFC template has used :slotted in its styles | ||
* Defaults to `true` for backwards compatibility - SFC tooling should set it | ||
* to `false` if no `:slotted` usage is detected in `<style>` | ||
*/ | ||
slotted?: boolean; | ||
/** | ||
* SFC `<style vars>` injection string | ||
@@ -1030,4 +1035,2 @@ * Should already be an object expression, e.g. `{ 'xxxx-color': color }` | ||
export declare const WITH_SCOPE_ID: unique symbol; | ||
export { } |
{ | ||
"name": "@vue/compiler-core", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "@vue/compiler-core", | ||
@@ -34,3 +34,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@vue/shared": "3.0.7", | ||
"@vue/shared": "3.0.8", | ||
"@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
552372
13914
68
+ Added@vue/shared@3.0.8(transitive)
- Removed@vue/shared@3.0.7(transitive)
Updated@vue/shared@3.0.8