Convert `global` references to `globalThis`
`globalThis` is the preferred way of accessing the global object regardless of environment. It also works in eg. Rollup whereas `global` does not.
Showing
Please register or sign in to comment