Skip to content

Commit

Permalink
Add VisitorKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Aug 5, 2020
1 parent 3319035 commit 82c2dd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yaml-eslint-parser",
"version": "0.0.7",
"version": "0.0.8",
"description": "A YAML parser that produces output compatible with ESLint",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
export * from "./parser"
import type * as AST from "./ast"
import { getStaticYAMLValue } from "./utils"
import { KEYS } from "./visitor-keys"

export { AST, getStaticYAMLValue }
export const VisitorKeys = KEYS

0 comments on commit 82c2dd7

Please sign in to comment.