tc39 / proposal-global

ECMAScript Proposal, specs, and reference implementation for `global`
http://tc39.github.io/proposal-global/
MIT License
349 stars 18 forks source link

Be careful to avoid conflating "global" with "realm" #26

Closed erights closed 5 years ago

erights commented 5 years ago

See https://github.com/tc39/proposal-realms/issues/186#issuecomment-432662725

If this care is already taken, feel free to close.

ljharb commented 5 years ago

As you hopefully will agree, https://tc39.github.io/proposal-global/ already addresses this by hooking into existing realm “globalThisValue” mechanics.

Happy to reopen if that’s not the case.