You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ExportedNames are the externally visible names that a Module explicitly maps to one of its local name bindings.
In case of a module doing export { foo as bar } from "./dep.js", the external bar name is not remapped to a local binding of the module. That node probably needs to be reworded.