Skip to content

Commit 924cd3e

Browse files
authored
feat: export name property (#295)
* feat: export name property * Create .changeset/shiny-balloons-clap.md
1 parent 14d6e95 commit 924cd3e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/shiny-balloons-clap.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"svelte-eslint-parser": minor
3+
---
4+
5+
feat: export name property

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)