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
const$module=awaitimport("./_import/module.js");if(!("doesNotExist"in$module))thrownewSyntaxError("The requested module './module.js' does not provide an export named 'doesNotExist'");const{doesNotExist}=$module;
Where $module doesn’t collide with any referenced symbol.
We translate static imports to dynamic imports, but this should error rather than resolve to
undefined
:The text was updated successfully, but these errors were encountered: