Both files are now consistent compared to the last pull
Note that globalThis is not in support.variable.dom, but rather support.variable, as it refers to the globalThis (which doesn't have to be Window). See MDN for this one.
I find putting globalThis in the same section as "module" and "exports" pretty strange though.
Requirements
None
Description of the Change
See pull #681 Adds globalThis, self, and frames
Notes
Both files are now consistent compared to the last pull Note that globalThis is not in support.variable.dom, but rather support.variable, as it refers to the globalThis (which doesn't have to be Window). See MDN for this one. I find putting globalThis in the same section as "module" and "exports" pretty strange though.