MCPcopy Index your code
hub / github.com/webpack/css-loader / doResolve

Function doResolve

src/plugins/postcss-icss-parser.js:47–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 loaderContext.rootContext,
46 );
47 const doResolve = async () => {
48 const resolvedUrl = await resolveRequests(
49 resolver,
50 loaderContext.context,
51 [...new Set([normalizedUrl, request])],
52 );
53
54 if (!resolvedUrl) {
55 return;
56 }
57
58 // eslint-disable-next-line consistent-return
59 return { url: resolvedUrl, prefix, tokens };
60 };
61
62 tasks.push(doResolve());
63 }

Callers 1

OnceExitFunction · 0.85

Calls 1

resolveRequestsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…