UNPKG

vue-loader

Version:

> webpack loader for Vue Single-File Components

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