mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 23:50:02 -04:00
rewrite import.meta
This commit is contained in:
parent
a12e1bb539
commit
066777fe94
6 changed files with 43 additions and 24 deletions
|
@ -51,6 +51,7 @@ fn get_config(scramjet: &Object) -> Config {
|
|||
wrapfn: get_str(config, "wrapfn"),
|
||||
importfn: get_str(config, "importfn"),
|
||||
rewritefn: get_str(config, "rewritefn"),
|
||||
metafn: get_str(config, "metafn"),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue