Befor generating
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import ast = require("../src/yamlAST");
|
||||
export interface TestError {
|
||||
message: string;
|
||||
line: number;
|
||||
column: number;
|
||||
isWarning: boolean;
|
||||
}
|
||||
export declare function testErrors(input: string, expectedErrors: TestError[]): void;
|
||||
export declare function safeLoad(input: any): ast.YAMLNode;
|
||||
Reference in New Issue
Block a user