MCPcopy 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

1import { encode } from 'sourcemap-codec';
2class BitSet {
3 constructor(arg) {
4 this.bits = arg instanceof BitSet ? arg.bits.slice() : [];

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected