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