aboutsummaryrefslogtreecommitdiff
path: root/src/declarations.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarations.ts')
-rw-r--r--src/declarations.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarations.ts b/src/declarations.ts
index 5c2f9a3..c0966fa 100644
--- a/src/declarations.ts
+++ b/src/declarations.ts
@@ -62,6 +62,7 @@ export const toDeclaration = (expr: Expr): Declaration | undefined => {
_: _ => {},
})
+ // TODO: Refactor with eval
match(map, {
Call: ({ name, args }) => {
if (name !== 'map') return