mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-17 08:00:02 -04:00
cull paths unlikely to escape & add strictRewrites flag
This commit is contained in:
parent
ba0aa479f0
commit
bdf5fd4f95
6 changed files with 25 additions and 7 deletions
|
@ -124,6 +124,7 @@ fn dorewrite(source_text: &str) -> String {
|
|||
capture_errors: true,
|
||||
do_sourcemaps: true,
|
||||
scramitize: false,
|
||||
strict_rewrites: false,
|
||||
},
|
||||
)
|
||||
.as_slice(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue