From e8d689fc2dbbdbc0097fc3189bca4c319a90f808 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Thu, 1 Sep 2022 18:24:57 -0400 Subject: [PATCH] random change git really wants me to commit --- src/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.js b/src/main.js index a802c0a..4c7e2cd 100644 --- a/src/main.js +++ b/src/main.js @@ -94,6 +94,7 @@ export default function preprocess(opts) { } } }) + //console.log(recast.print(ast).code) return { code: recast.print(ast).code } } }