fix(standalone): runtime dynamic imports now transpile correctly. (#7404)

* fix issue in compile

* add tests

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
dave caruso
2023-12-02 00:42:34 -08:00
committed by GitHub
parent 7389f1b108
commit ffe447ba5a
5 changed files with 86 additions and 1 deletions

View File

@@ -1231,7 +1231,7 @@ pub const VirtualMachine = struct {
pub const Options = struct {
allocator: std.mem.Allocator,
args: Api.TransformOptions = std.mem.zeroes(Api.TransformOptions),
args: Api.TransformOptions,
log: ?*logger.Log = null,
env_loader: ?*DotEnv.Loader = null,
store_fd: bool = false,