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

Function generateIdentifier

test/helpers/get-json.js:12–14  ·  view source on GitHub ↗
(resourcePath, localName)

Source from the content-addressed store, hash-verified

10const allExportsJson = {};
11
12function generateIdentifier(resourcePath, localName) {
13 return `[${resourcePath}][${localName}]`;
14}
15
16function addReplacements(resourcePath, imports, exportsJson, replacements) {
17 const importReplacementsMap = {};

Callers 2

addReplacementsFunction · 0.85
replaceReplacementsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected