0
0
Fork 0
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:
David Sherret 2021-10-12 22:47:11 -04:00 committed by GitHub
parent 51f680f3d6
commit c2190be62a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -352,6 +352,7 @@ pub fn transpile_module(
emit_options
)),
fixer(Some(&comments)),
hygiene(),
);
let module = helpers::HELPERS.set(&helpers::Helpers::new(false), || {