EASYAIuniappNewUI/node_modules/@dcloudio/uni-mp-vite/dist/plugin/polyfill.d.ts
2025-02-08 18:50:38 +08:00

9 lines
357 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export declare const rewriteCompileScriptOnce: typeof rewriteCompileScript;
export declare const rewriteCompilerSfcParseOnce: typeof rewriteCompilerSfcParse;
declare function rewriteCompileScript(): void;
/**
* 重写 parse解决相同内容被缓存未触发 template 编译的问题
*/
declare function rewriteCompilerSfcParse(): void;
export {};