Skip to content

Commit

Permalink
feat: export name property (#295)
Browse files Browse the repository at this point in the history
* feat: export name property

* Create .changeset/shiny-balloons-clap.md
  • Loading branch information
ota-meshi authored Mar 8, 2023
1 parent 14d6e95 commit 924cd3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/shiny-balloons-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"svelte-eslint-parser": minor
---

feat: export name property
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import { ParseError } from "./errors";

export { AST, ParseError };

export const name = "svelte-eslint-parser";

// parser
export { parseForESLint };
// Keys
Expand Down

0 comments on commit 924cd3e

Please sign in to comment.