rewrite import.meta

This commit is contained in:
velzie 2024-08-09 17:41:34 -04:00
parent a12e1bb539
commit 066777fe94
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
6 changed files with 43 additions and 24 deletions

View file

@ -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(),