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

Method generateMap

src/MagicString.js:187–189  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

185 }
186
187 generateMap(options) {
188 return new SourceMap(this.generateDecodedMap(options));
189 }
190
191 _ensureindentStr() {
192 if (this.indentStr === undefined) {

Callers

nothing calls this directly

Calls 1

generateDecodedMapMethod · 0.95

Tested by

no test coverage detected