Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Oct 1, 2024
1 parent 5d9f9e9 commit 3fd10bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime.zig
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ pub const Runtime = struct {
/// Use `import.meta.require()` instead of require()?
/// This is only supported with --target=bun
use_import_meta_require: bool = false,

/// Allow runtime usage of require(), converting `require` into `__require`
auto_polyfill_require: bool = false,

replace_exports: ReplaceableExport.Map = .{},
Expand Down

0 comments on commit 3fd10bb

Please sign in to comment.