-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Closed
Labels
blockedPRs that are blocked by other issues or PRs.PRs that are blocked by other issues or PRs.discussIssues opened for discussions and feedbacks.Issues opened for discussions and feedbacks.metaIssues and PRs related to the general management of the project.Issues and PRs related to the general management of the project.
Description
@nodejs/ctc ... there is a proposal on the table in TC-39 to add more standardization around global
. See https://github.com/tc39/proposal-global/blob/master/spec.md for details.
currently, the spec defines the data property as configurable but non-enumerable/non-writable. The committee is considering going ahead and making it writable. The key question for us is whether the global
data property has to enumerable. It's extremely unlikely that it would be an issue but just to make sure.
@ChALkeR ... would you be able to run some analysis about how existing modules are interacting with global
?
/cc @ljharb
ljharb, chicoxyzzy, yosuke-furukawa and sindresorhus
Metadata
Metadata
Assignees
Labels
blockedPRs that are blocked by other issues or PRs.PRs that are blocked by other issues or PRs.discussIssues opened for discussions and feedbacks.Issues opened for discussions and feedbacks.metaIssues and PRs related to the general management of the project.Issues and PRs related to the general management of the project.