Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rich-Harris/magic-string
/ generateMap
Method
generateMap
benchmark/data.js:385–387 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
383
};
384
}
385
generateMap(options) {
386
return
new
SourceMap(this.generateDecodedMap(options));
387
}
388
getIndentString() {
389
return
this.indentStr === null ?
' '
: this.indentStr;
390
}
Callers
1
main
Function · 0.95
Calls
1
generateDecodedMap
Method · 0.95
Tested by
no test coverage detected