source maps

This commit is contained in:
velzie 2024-09-01 19:37:33 -04:00
parent 36ebeb3e5c
commit fac329b1dc
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
7 changed files with 144 additions and 14 deletions

View file

@ -120,7 +120,9 @@ fn dorewrite(source_text: &str) -> String {
rewritefn: "$rewrite".to_string(),
metafn: "$meta".to_string(),
setrealmfn: "$setrealm".to_string(),
pushsourcemapfn: "$pushsourcemap".to_string(),
capture_errors: true,
do_sourcemaps: true,
},
)
.as_slice(),