Related: is it permissible to bind more than one local name to a single remote target?
// foo.js
export var x;
// main.js
import { x as x1, x as x2 } from "foo";
{ Kevin }
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

