From cd11925707c42843df195d9b2efb3c77b5de793b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 14 Jan 2023 17:12:48 +0530 Subject: feat: adds cleanup of result nodes --- src/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.ts') diff --git a/src/types.ts b/src/types.ts index 6ea282e..55d2cce 100644 --- a/src/types.ts +++ b/src/types.ts @@ -14,6 +14,7 @@ export interface Ctx { getTypeValue: (ty: Type | undefined) => any createResult: (ty: string) => [string, Node | undefined] + removeResult: (key?: string) => void, getResultExpr: (key?: string) => string printResultNode: () => void -- cgit v1.3.1