Skip to content

Commit 4c59d9f

Browse files
authored
Export ParseResult type (#15207)
Fixes #15094
1 parent f8b47f9 commit 4c59d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-parser/typings/babel-parser.source.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,6 @@ export interface ParseError {
146146
reasonCode: string;
147147
}
148148

149-
type ParseResult<Result> = Result & {
149+
export type ParseResult<Result> = Result & {
150150
errors: ParseError[];
151151
};

0 commit comments

Comments
 (0)