Files
mooknote_web/node_modules/vue-loader/dist/formatError.d.ts
DelLevin-Home a4a326401e 1
2026-03-10 22:06:32 +08:00

3 lines
162 B
TypeScript

import type { CompilerError } from 'vue/compiler-sfc';
export declare function formatError(err: SyntaxError | CompilerError, source: string, file: string): void;