tc39 / proposal-module-expressions

https://tc39.es/proposal-module-expressions/
MIT License
438 stars 18 forks source link

Remove statement about `module` access #35

Closed jakearchibald closed 3 years ago

jakearchibald commented 3 years ago

Other examples in this README assign modules to a module variable, so it seems kinda likely that accessing module will not result in an error.

I don't think that's a problem though.