property
ModuleGraphOptions.globals
globals?: Record<string, unknown>
Values for free identifiers in all of the graph's module code (e.g. { process: myProcess, fetch: myFetch }). Graphs constructed with the same set of names share their ES modules' compiled code with each other.