Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.45
Bundle.test.js
File · 0.45
MagicString.test.js
File · 0.45
Calls
1
generateDecodedMap
Method · 0.95
Tested by
no test coverage detected