bq2cst 1.0.2 → 1.0.3
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 +2 -1
- package/bq2cst_bg.wasm +0 -0
- package/package.json +1 -1
package/bq2cst.d.ts
CHANGED
|
@@ -238,6 +238,7 @@ export type XXXStatement = BaseNode & {
|
|
|
238
238
|
};
|
|
239
239
|
|
|
240
240
|
export type PipeOperator = BaseNode & {
|
|
241
|
+
token: Token;
|
|
241
242
|
children: {
|
|
242
243
|
keywords?: NodeChild;
|
|
243
244
|
exprs?: NodeVecChild;
|
|
@@ -908,7 +909,7 @@ export type ForSystemTimeAsOfClause = BaseNode & {
|
|
|
908
909
|
export type FromStatement = XXXStatement & {
|
|
909
910
|
node_type: "FromStatement";
|
|
910
911
|
children: {
|
|
911
|
-
with?:
|
|
912
|
+
with?: { Node: WithClause };
|
|
912
913
|
expr: NodeChild;
|
|
913
914
|
};
|
|
914
915
|
};
|
package/bq2cst_bg.wasm
CHANGED
|
Binary file
|