MCPcopy Create free account
hub / github.com/Rich-Harris/magic-string / generateMap

Method generateMap

src/Bundle.js:168–170  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

166 }
167
168 generateMap(options) {
169 return new SourceMap(this.generateDecodedMap(options));
170 }
171
172 getIndentString() {
173 const indentStringCounts = {};

Callers 3

build.jsFile · 0.45
Bundle.test.jsFile · 0.45

Calls 1

generateDecodedMapMethod · 0.95

Tested by

no test coverage detected