Skip to content

Commit 7daf4a5

Browse files
committed
Fix export error (result of isolatedModules: true in tsconfig)
1 parent 409ac6a commit 7daf4a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export * from "./cst/Node";
22
export * from "./cstVisitor";
33
export * from "./cstTransformer";
44
export * from "./keywords";
5-
export { DialectName, ParserOptions } from "./ParserOptions";
5+
export { type DialectName, type ParserOptions } from "./ParserOptions";
66
export { FormattedSyntaxError } from "./FormattedSyntaxError";
77

88
import { Node, Program } from "./cst/Node";

0 commit comments

Comments
 (0)