Skip to content

Commit 574f96e

Browse files
Export ParseBehavior (#398)
1 parent 622b0d0 commit 574f96e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/powerquery-parser",
3-
"version": "0.18.2",
3+
"version": "0.18.3",
44
"description": "A parser for the Power Query/M formula language.",
55
"author": "Microsoft",
66
"license": "MIT",

src/powerquery-parser/parser/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export * as ParseError from "./error";
55
export * from "./context";
66
export * from "./disambiguation";
77
export * from "./nodeIdMap";
8+
export * from "./parseBehavior";
89
export * from "./parser";
910
export * from "./parsers";
1011
export * from "./parseSettings";

0 commit comments

Comments
 (0)