And are imported bindings writable, if the target binding is non-const?
// foo
export var x;
// main.js
import { x } from "foo";
x = 2; // OK?
{ Kevin }
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

