Skip to content

Commit 59ba3c6

Browse files
committed
17-draft
1 parent f1df82e commit 59ba3c6

File tree

16 files changed

+12735
-9616
lines changed

16 files changed

+12735
-9616
lines changed

packages/deparser/types/deparser.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default class Deparser {
3939
DefineStmt(node: DefineStmt, context?: {}): string;
4040
DefElem(node: DefElem, context?: {}): any;
4141
DoStmt(node: DoStmt): string;
42-
Float(node: Float): string;
42+
Float(node: Float): any;
4343
FuncCall(node: FuncCall, context?: {}): string;
4444
GroupingFunc(node: GroupingFunc, context?: {}): string;
4545
GroupingSet(node: GroupingSet, context?: {}): string;
@@ -104,7 +104,7 @@ export default class Deparser {
104104
TransactionStmt(node: TransactionStmt, context?: {}): string;
105105
SortBy(node: SortBy, context?: {}): string;
106106
ObjectWithArgs(node: ObjectWithArgs, context?: {}): string;
107-
String(node: TString): string;
107+
String(node: TString): any;
108108
SubLink(node: SubLink, context?: {}): string;
109109
TypeCast(node: TypeCast, context?: {}): string;
110110
TypeName(node: TypeName, context?: {}): string;

0 commit comments

Comments
 (0)