🔧 npm update
This commit is contained in:
28679
node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js
generated
vendored
28679
node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js
generated
vendored
File diff suppressed because it is too large
Load Diff
74
node_modules/@vue/compiler-sfc/dist/compiler-sfc.d.ts
generated
vendored
74
node_modules/@vue/compiler-sfc/dist/compiler-sfc.d.ts
generated
vendored
@@ -1,8 +1,7 @@
|
||||
import * as _babel_types from '@babel/types';
|
||||
import { Statement, Expression, TSType, Node, Program, CallExpression, ObjectPattern, TSModuleDeclaration, TSPropertySignature, TSMethodSignature, TSCallSignatureDeclaration, TSFunctionType } from '@babel/types';
|
||||
import { RootNode, CompilerOptions, CodegenResult, ParserOptions, CompilerError, SourceLocation, BindingMetadata as BindingMetadata$1 } from '@vue/compiler-core';
|
||||
import { RootNode, CompilerOptions, CodegenResult, ParserOptions, CompilerError, RawSourceMap, SourceLocation, BindingMetadata as BindingMetadata$1 } from '@vue/compiler-core';
|
||||
export { BindingMetadata, CompilerError, CompilerOptions, extractIdentifiers, generateCodeFrame, isInDestructureAssignment, isStaticProperty, walkIdentifiers } from '@vue/compiler-core';
|
||||
import { RawSourceMap } from 'source-map-js';
|
||||
import { ParserPlugin } from '@babel/parser';
|
||||
export { parse as babelParse } from '@babel/parser';
|
||||
import { Result, LazyResult } from 'postcss';
|
||||
@@ -118,10 +117,11 @@ export interface SFCScriptCompileOptions {
|
||||
*/
|
||||
hoistStatic?: boolean;
|
||||
/**
|
||||
* (**Experimental**) Enable reactive destructure for `defineProps`
|
||||
* @default false
|
||||
* Set to `false` to disable reactive destructure for `defineProps` (pre-3.5
|
||||
* behavior), or set to `'error'` to throw hard error on props destructures.
|
||||
* @default true
|
||||
*/
|
||||
propsDestructure?: boolean;
|
||||
propsDestructure?: boolean | 'error';
|
||||
/**
|
||||
* File system access methods to be used when resolving types
|
||||
* imported in SFC macros. Defaults to ts.sys in Node.js, can be overwritten
|
||||
@@ -160,11 +160,6 @@ export interface SFCParseOptions {
|
||||
ignoreEmpty?: boolean;
|
||||
compiler?: TemplateCompiler;
|
||||
templateParseOptions?: ParserOptions;
|
||||
/**
|
||||
* TODO remove in 3.5
|
||||
* @deprecated use `templateParseOptions: { prefixIdentifiers: false }` instead
|
||||
*/
|
||||
parseExpressions?: boolean;
|
||||
}
|
||||
export interface SFCBlock {
|
||||
type: string;
|
||||
@@ -400,6 +395,7 @@ export declare class ScriptCompileContext {
|
||||
fs?: NonNullable<SFCScriptCompileOptions['fs']>;
|
||||
constructor(descriptor: SFCDescriptor, options: Partial<SFCScriptCompileOptions>);
|
||||
getString(node: Node, scriptSetup?: boolean): string;
|
||||
warn(msg: string, node: Node, scope?: TypeScope): void;
|
||||
error(msg: string, node: Node, scope?: TypeScope): never;
|
||||
}
|
||||
|
||||
@@ -468,68 +464,14 @@ export declare function registerTS(_loadTS: () => typeof TS): void;
|
||||
* @private
|
||||
*/
|
||||
export declare function invalidateTypeCache(filename: string): void;
|
||||
export declare function inferRuntimeType(ctx: TypeResolveContext, node: Node & MaybeWithScope, scope?: TypeScope): string[];
|
||||
export declare function inferRuntimeType(ctx: TypeResolveContext, node: Node & MaybeWithScope, scope?: TypeScope, isKeyOf?: boolean): string[];
|
||||
|
||||
export declare function extractRuntimeEmits(ctx: TypeResolveContext): Set<string>;
|
||||
|
||||
export declare const version: string;
|
||||
|
||||
export declare const parseCache: Map<string, SFCParseResult>;
|
||||
export declare const errorMessages: {
|
||||
0: string;
|
||||
1: string;
|
||||
2: string;
|
||||
3: string;
|
||||
4: string;
|
||||
5: string;
|
||||
6: string;
|
||||
7: string;
|
||||
8: string;
|
||||
9: string;
|
||||
10: string;
|
||||
11: string;
|
||||
12: string;
|
||||
13: string;
|
||||
14: string;
|
||||
15: string;
|
||||
16: string;
|
||||
17: string;
|
||||
18: string;
|
||||
19: string;
|
||||
20: string;
|
||||
21: string;
|
||||
22: string;
|
||||
23: string;
|
||||
24: string;
|
||||
25: string;
|
||||
26: string;
|
||||
27: string;
|
||||
28: string;
|
||||
29: string;
|
||||
30: string;
|
||||
31: string;
|
||||
32: string;
|
||||
33: string;
|
||||
34: string;
|
||||
35: string;
|
||||
36: string;
|
||||
37: string;
|
||||
38: string;
|
||||
39: string;
|
||||
40: string;
|
||||
41: string;
|
||||
42: string;
|
||||
43: string;
|
||||
44: string;
|
||||
45: string;
|
||||
46: string;
|
||||
47: string;
|
||||
48: string;
|
||||
49: string;
|
||||
50: string;
|
||||
51: string;
|
||||
52: string;
|
||||
};
|
||||
export declare const errorMessages: Record<number, string>;
|
||||
|
||||
export declare const walk: any;
|
||||
|
||||
|
||||
63253
node_modules/@vue/compiler-sfc/dist/compiler-sfc.esm-browser.js
generated
vendored
63253
node_modules/@vue/compiler-sfc/dist/compiler-sfc.esm-browser.js
generated
vendored
File diff suppressed because it is too large
Load Diff
32
node_modules/@vue/compiler-sfc/package.json
generated
vendored
32
node_modules/@vue/compiler-sfc/package.json
generated
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/compiler-sfc",
|
||||
"version": "3.4.15",
|
||||
"version": "3.5.13",
|
||||
"description": "@vue/compiler-sfc",
|
||||
"main": "dist/compiler-sfc.cjs.js",
|
||||
"module": "dist/compiler-sfc.esm-browser.js",
|
||||
@@ -42,26 +42,26 @@
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-sfc#readme",
|
||||
"dependencies": {
|
||||
"@babel/parser": "^7.23.6",
|
||||
"@babel/parser": "^7.25.3",
|
||||
"estree-walker": "^2.0.2",
|
||||
"magic-string": "^0.30.5",
|
||||
"postcss": "^8.4.33",
|
||||
"source-map-js": "^1.0.2",
|
||||
"@vue/compiler-core": "3.4.15",
|
||||
"@vue/shared": "3.4.15",
|
||||
"@vue/compiler-dom": "3.4.15",
|
||||
"@vue/compiler-ssr": "3.4.15"
|
||||
"magic-string": "^0.30.11",
|
||||
"postcss": "^8.4.48",
|
||||
"source-map-js": "^1.2.0",
|
||||
"@vue/compiler-core": "3.5.13",
|
||||
"@vue/shared": "3.5.13",
|
||||
"@vue/compiler-dom": "3.5.13",
|
||||
"@vue/compiler-ssr": "3.5.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/types": "^7.23.6",
|
||||
"@vue/consolidate": "^0.17.3",
|
||||
"@babel/types": "^7.25.2",
|
||||
"@vue/consolidate": "^1.0.0",
|
||||
"hash-sum": "^2.0.0",
|
||||
"lru-cache": "^10.1.0",
|
||||
"lru-cache": "10.1.0",
|
||||
"merge-source-map": "^1.1.0",
|
||||
"minimatch": "^9.0.3",
|
||||
"minimatch": "~9.0.5",
|
||||
"postcss-modules": "^6.0.0",
|
||||
"postcss-selector-parser": "^6.0.15",
|
||||
"pug": "^3.0.2",
|
||||
"sass": "^1.69.7"
|
||||
"postcss-selector-parser": "^7.0.0",
|
||||
"pug": "^3.0.3",
|
||||
"sass": "^1.80.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user