Skip to content

Commit

Permalink
Export visitor helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Mar 7, 2016
1 parent db0924a commit 5ea2ff1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ export {

// Visit
visit,
visitInParallel,
visitWithTypeInfo,
Kind,
BREAK,
} from './language';
Expand Down
2 changes: 1 addition & 1 deletion src/language/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export { lex } from './lexer';
export { parse, parseValue } from './parser';
export { print } from './printer';
export { Source } from './source';
export { visit, BREAK } from './visitor';
export { visit, visitInParallel, visitWithTypeInfo, BREAK } from './visitor';

0 comments on commit 5ea2ff1

Please sign in to comment.