mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-17 08:00:02 -04:00
source maps
This commit is contained in:
parent
36ebeb3e5c
commit
fac329b1dc
7 changed files with 144 additions and 14 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue