@vue/compiler-sfc 3.4.26 → 3.4.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/compiler-sfc.cjs.js +268 -183
- package/dist/compiler-sfc.d.ts +1 -1
- package/dist/compiler-sfc.esm-browser.js +644 -572
- package/package.json +10 -10
package/dist/compiler-sfc.d.ts
CHANGED
|
@@ -467,7 +467,7 @@ export declare function registerTS(_loadTS: () => typeof TS): void;
|
|
|
467
467
|
* @private
|
|
468
468
|
*/
|
|
469
469
|
export declare function invalidateTypeCache(filename: string): void;
|
|
470
|
-
export declare function inferRuntimeType(ctx: TypeResolveContext, node: Node & MaybeWithScope, scope?: TypeScope): string[];
|
|
470
|
+
export declare function inferRuntimeType(ctx: TypeResolveContext, node: Node & MaybeWithScope, scope?: TypeScope, isKeyOf?: boolean): string[];
|
|
471
471
|
|
|
472
472
|
export declare function extractRuntimeEmits(ctx: TypeResolveContext): Set<string>;
|
|
473
473
|
|