Skip to content

Commit 8debdbc

Browse files
committed
finish rebase
1 parent 77be762 commit 8debdbc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/language/index.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@ export type { ParseOptions } from './parser';
1616

1717
export { print } from './printer';
1818

19-
export {
20-
visit,
21-
visitInParallel,
22-
getVisitFn,
23-
getEnterLeaveForKind,
24-
BREAK,
25-
} from './visitor';
19+
export { visit, visitInParallel, getEnterLeaveForKind, BREAK } from './visitor';
2620
export type { ASTVisitor, ASTVisitFn, ASTVisitorKeyMap } from './visitor';
2721

2822
export { Location, Token, OperationTypeNode } from './ast';

0 commit comments

Comments
 (0)