MCPcopy Index your code
hub / github.com/doesdev/rollup-plugin-analyzer / transformModuleId

Function transformModuleId

test/test.js:151–151  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

149 test(`${version}: transformModuleId works`, async (assert) => {
150 const bundle = await rollup(opts)
151 const transformModuleId = (id) => `transformed-${basename(id)}`
152 const expect = `transformed-${importA}.js`
153 const modules = (await analyze(bundle, { transformModuleId })).modules
154 const firstModule = basename(modules[0].id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…