bq2cst 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bq2cst.d.ts CHANGED
@@ -908,7 +908,7 @@ export type ForSystemTimeAsOfClause = BaseNode & {
908
908
  export type FromStatement = XXXStatement & {
909
909
  node_type: "FromStatement";
910
910
  children: {
911
- with: NodeChild;
911
+ with?: NodeChild;
912
912
  expr: NodeChild;
913
913
  };
914
914
  };
@@ -1320,6 +1320,7 @@ export type PatternQuantifier = BaseNode & {
1320
1320
  export type PipeStatement = XXXStatement & {
1321
1321
  node_type: "PipeStatement";
1322
1322
  children: {
1323
+ with?: { Node: WithClause };
1323
1324
  left: NodeChild;
1324
1325
  right: NodeChild;
1325
1326
  };
package/bq2cst_bg.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "collaborators": [
4
4
  "kitta65 <kitta65kitta@gmail.com>"
5
5
  ],
6
- "version": "1.0.0",
6
+ "version": "1.0.1",
7
7
  "license": "MIT",
8
8
  "files": [
9
9
  "bq2cst_bg.wasm",