--no-macros flag, disable macros in node_modules

This commit is contained in:
Jarred Sumner
2023-05-31 15:05:38 -07:00
parent 68c1568075
commit 7057cb1982
13 changed files with 91 additions and 11 deletions

View File

@@ -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,