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

Spec editor signoff #10

Closed ljharb closed 7 years ago

ljharb commented 8 years ago

Once https://github.com/tc39/proposal-global/issues/9 is complete, part of the stage 2 → stage 3 requirements are that the spec editor has signed off.

bterlson commented 8 years ago

Seems good. Probably "global object" should be a dfn in main 262.

ljharb commented 8 years ago

@bterlson is that a change that should be reflected in this proposal's spec text?

michaelficarra commented 8 years ago

That would be a good idea.

ljharb commented 8 years ago

It looks like one already exists? https://tc39.github.io/ecma262/#global-object

michaelficarra commented 8 years ago

That's not the best <dfn>, but yes, it exists.

ljharb commented 8 years ago

Suggestions welcome if you'd like me to improve it in this spec - but my hope had been that this proposal wouldn't need to alter anything about what the global object is, merely provide a way to access it :-) if possible, i'd prefer to improve the definition in a direct PR to the spec rather than as part of this proposal.

ljharb commented 7 years ago

Reopening, pending #9.

bterlson commented 7 years ago

:shipit: