mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-17 08:00:02 -04:00
rewrite import.meta
This commit is contained in:
parent
a12e1bb539
commit
066777fe94
6 changed files with 43 additions and 24 deletions
|
@ -118,6 +118,7 @@ fn dorewrite(source_text: &str) -> String {
|
|||
wrapfn: "$wrap".to_string(),
|
||||
importfn: "$import".to_string(),
|
||||
rewritefn: "$rewrite".to_string(),
|
||||
metafn: "$meta".to_string(),
|
||||
},
|
||||
)
|
||||
.as_slice(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue