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.
ParseResult
1 parent f8b47f9 commit 4c59d9fCopy full SHA for 4c59d9f
1 file changed
packages/babel-parser/typings/babel-parser.source.d.ts
@@ -146,6 +146,6 @@ export interface ParseError {
146
reasonCode: string;
147
}
148
149
-type ParseResult<Result> = Result & {
+export type ParseResult<Result> = Result & {
150
errors: ParseError[];
151
};
0 commit comments