mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
--no-macros flag, disable macros in node_modules
This commit is contained in:
@@ -392,6 +392,7 @@ pub const VirtualMachine = struct {
|
||||
macros: MacroMap,
|
||||
macro_entry_points: std.AutoArrayHashMap(i32, *MacroEntryPoint),
|
||||
macro_mode: bool = false,
|
||||
no_macros: bool = false,
|
||||
|
||||
has_any_macro_remappings: bool = false,
|
||||
is_from_devserver: bool = false,
|
||||
|
||||
Reference in New Issue
Block a user