Skip to content

Commit

Permalink
fix: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Soontao committed Aug 26, 2020
1 parent 6226f69 commit f5600cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Parser } from './parser';

export * from './builder';
export * from './lexer';
export * from './parser';
export * from './visitor';

export const defaultParser = new Parser();

0 comments on commit f5600cf

Please sign in to comment.