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

global is writable #19

Closed evilpie closed 7 years ago

evilpie commented 7 years ago

Quoting the SES section:

In this proposal, global is a non-writable, but configurable property

However in the rendered HTML, global shows up as [[Writable]]: true.

ljharb commented 7 years ago

Whoops, thanks, will fix.