mirror of
https://github.com/denoland/deno.git
synced 2024-10-29 08:58:01 -04:00
fix: bundler should have a hygiene pass (#12418)
This commit is contained in:
parent
51f680f3d6
commit
c2190be62a
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ pub fn transpile_module(
|
|||
emit_options
|
||||
)),
|
||||
fixer(Some(&comments)),
|
||||
hygiene(),
|
||||
);
|
||||
|
||||
let module = helpers::HELPERS.set(&helpers::Helpers::new(false), || {
|
||||
|
|
Loading…
Reference in a new issue