We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409ac6a commit 7daf4a5Copy full SHA for 7daf4a5
1 file changed
src/main.ts
@@ -2,7 +2,7 @@ export * from "./cst/Node";
2
export * from "./cstVisitor";
3
export * from "./cstTransformer";
4
export * from "./keywords";
5
-export { DialectName, ParserOptions } from "./ParserOptions";
+export { type DialectName, type ParserOptions } from "./ParserOptions";
6
export { FormattedSyntaxError } from "./FormattedSyntaxError";
7
8
import { Node, Program } from "./cst/Node";
0 commit comments