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
Editorial: improve links to "resolve a module specifier" assertions
The explanatory text of the assertion in HostResolveImportedModule
stating that "resolve a module specifier" must have been previously
successful lists HostImportModuleDynamically as one of the places where
"resolve a module specifier" would previously have succeeded. However,
it's "fetch() an import() module script graph", called by
HostImportModuleDynamically, where "resolve a module specifier" is
actually called. Update the assertion text to reference "fetch() an
import() module script graph" directly.
The corresponding assertion in "find the first parse error" didn't have
a link to where the prior "resolve a module specifier" call would occur,
so add one.
0 commit comments