>
> We think static checking for unbound variables is valuable, and
> letting people write `console.log` without having to import anything
> is valuable. Thus, option 3.
>
>
Another option would be to check unbound variables not in the linking
phase, but immediately before executing the module body. That would give
us the advantage of variable checks, but also allow more flexibility when
polyfilling or otherwise tweaking the global object.
{ Kevin }
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss