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

@ -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"),
}
}