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
constnames=Array.from(importingModules).map(m=>`${m.readableIdentifier(requestShortener)} (referenced with ${Array.from(importingModuleTypes.get(m)).join(", ")})`).sort();
93
-
return`Module is referenced from these modules with unsupported syntax: ${names.join(", ")}`;
0 commit comments