Skip to content

Commit 46c9539

Browse files
committed
feat: export name property
1 parent ec061f5 commit 46c9539

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import { ParseError } from "./errors";
66

77
export { AST, ParseError };
88

9+
export const name = "svelte-eslint-parser";
10+
911
// parser
1012
export { parseForESLint };
1113
// Keys

0 commit comments

Comments
 (0)