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 be81aac commit fc720e0Copy full SHA for fc720e0
src/parser.d.ts
@@ -39,7 +39,7 @@ type J2xOptionsOptional = Partial<J2xOptions>;
39
type ESchema = string | object | Array<string|object>;
40
41
type ValidationError = {
42
- err: { code: string; msg: string };
+ err: { code: string; msg: string, line: number };
43
};
44
45
export function parse(xmlData: string, options?: X2jOptionsOptional, validationOptions?: validationOptionsOptional | boolean): any;
0 commit comments