Skip to content

Commit

Permalink
Export AST and NodeVisitor types from @glimmer/syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 19, 2021
1 parent bbe2fe0 commit 1335320
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,7 @@ export function transform(
return { ast, code: print(ast) };
}

export type { AST, NodeVisitor } from '@glimmer/syntax';

export { builders, traverse } from '@glimmer/syntax';
export { sourceForLoc } from './utils';

0 comments on commit 1335320

Please sign in to comment.