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