Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rich-Harris/magic-string
/ data.js
File
data.js
benchmark/data.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ encode } from
'sourcemap-codec'
;
2
class
BitSet {
3
constructor(arg) {
4
this.bits = arg instanceof BitSet ? arg.bits.slice() : [];
Callers
nothing calls this directly
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected