diff --git a/cli/ast/mod.rs b/cli/ast/mod.rs index a8173462da..f0ad368850 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), || {