mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user