Urara-Blog/node_modules/.pnpm-store/v3/files/c3/b6ba102f61f6241b19793112b847700855716ef34cde1096703f65f682680b329b69c10b3191838b4a65a819eb9e9f8de236c25da65ba5934544f54c47e5dc
2022-08-14 01:14:53 +08:00

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;