Skip to content

Commit 9a84972

Browse files
authored
feat: export name property (#147)
1 parent c64b225 commit 9a84972

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import {
1010
import type * as AST from "./parser/ast";
1111
import { getVisitorKeys } from "./parser/visitor-keys";
1212

13+
export const name = "jsonc-eslint-parser";
14+
1315
// parser
1416
export { parseForESLint };
1517
// Keys

0 commit comments

Comments
 (0)