We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d6e95 commit 924cd3eCopy full SHA for 924cd3e
.changeset/shiny-balloons-clap.md
@@ -0,0 +1,5 @@
1
+---
2
+"svelte-eslint-parser": minor
3
4
+
5
+feat: export name property
src/index.ts
@@ -6,6 +6,8 @@ import { ParseError } from "./errors";
6
7
export { AST, ParseError };
8
9
+export const name = "svelte-eslint-parser";
10
11
// parser
12
export { parseForESLint };
13
// Keys
0 commit comments