Skip to content

Commit

Permalink
feat: export name property (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored Mar 9, 2023
1 parent c64b225 commit 9a84972
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import {
import type * as AST from "./parser/ast";
import { getVisitorKeys } from "./parser/visitor-keys";

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

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

0 comments on commit 9a84972

Please sign in to comment.