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 a4eec2b commit 656374cCopy full SHA for 656374c
lib/index.d.ts
@@ -410,6 +410,7 @@ declare namespace $RefParser {
410
export class JSONParserError extends Error {
411
readonly name: string;
412
readonly message: string;
413
+ readonly source: string;
414
readonly path: Array<string | number>;
415
readonly errors: string;
416
readonly code: JSONParserErrorType;
0 commit comments