From c2190be62a71a11d4b8045f81c4381ad5df8507f Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 12 Oct 2021 22:47:11 -0400 Subject: [PATCH] fix: bundler should have a hygiene pass (#12418) --- cli/ast/mod.rs | 1 + 1 file changed, 1 insertion(+) 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), || {