diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-10-12 22:47:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-12 22:47:11 -0400 |
commit | c2190be62a71a11d4b8045f81c4381ad5df8507f (patch) | |
tree | 5f9629572b9e6f6a1d083404d30ada863cd47733 /cli | |
parent | 51f680f3d61168bd447640155b808c73c65608ef (diff) |
fix: bundler should have a hygiene pass (#12418)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/ast/mod.rs | 1 |
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), || { |