summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/ast/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/ast/mod.rs b/cli/ast/mod.rs
index a8173462d..f0ad36885 100644
--- a/cli/ast/mod.rs
+++ b/cli/ast/mod.rs
@@ -352,6 +352,7 @@ pub fn transpile_module(
emit_options
)),
fixer(Some(&comments)),
+ hygiene(),
);
let module = helpers::HELPERS.set(&helpers::Helpers::new(false), || {