cull paths unlikely to escape & add strictRewrites flag

This commit is contained in:
velzie 2024-10-20 12:05:04 -04:00
parent ba0aa479f0
commit bdf5fd4f95
No known key found for this signature in database
GPG key ID: AA51AEFB0A1F3820
6 changed files with 25 additions and 7 deletions

View file

@ -124,6 +124,7 @@ fn dorewrite(source_text: &str) -> String {
capture_errors: true,
do_sourcemaps: true,
scramitize: false,
strict_rewrites: false,
},
)
.as_slice(),