-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement global.global #1658
Implement global.global #1658
Comments
Ping! This would be great to get implemented ASAP. |
Please hold off on implementing this until a final location for the value is decided. |
This has now been renamed to |
I see no one is assigned to this - I could do it if wanted? (Will wait on a member of the CC team saying yes before I start though figure it will be very small, bulk of the work will be the tests) |
That sounds great. No one is working on it on our side. |
Merge pull request #5885 from rhuanjl:globalThis This PR implements the stage 3 proposal globalThis. 1. Actual implementation is 2 lines of code 2. I've added a default enabled flag so it can be flagged off if ever necessary 3. I've added a few tests which I think should be sufficient 4. The large size of the diff is only due to it needing a byte code regen cc: @ljharb @pleath closes: #1658
Global.global (eg. window.global in the browser, or this.global in ch.exe/etc) got stage 3 today. Let's get an implementation going!
Spec: https://github.com/tc39/proposal-global
The text was updated successfully, but these errors were encountered: