mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 09:19:30 +08:00
6 lines
389 B
Text
6 lines
389 B
Text
/** To ensure that errors are matched up right */
|
|
export declare function validateCodeForErrors(relevantErrors: import("typescript").Diagnostic[], handbookOptions: {
|
|
errors: number[];
|
|
}, extension: string, originalCode: string, vfsRoot: string): void;
|
|
/** Mainly to warn myself, I've lost a good few minutes to this before */
|
|
export declare function validateInput(code: string): void;
|