We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a0b54 commit a9f6c2aCopy full SHA for a9f6c2a
src/core/translate.ts
@@ -325,7 +325,7 @@ function getCompileOptions(
325
key: string,
326
source: string,
327
warnHtmlMessage: boolean,
328
- errorDetector?: Function // eslint-disable-line @typescript-eslint/ban-types
+ errorDetector?: (err: CompileError) => void
329
): CompileOptions {
330
return {
331
warnHtmlMessage,
0 commit comments