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

Class

benchmark/data-min.js:118–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 ? (w = (l) => window.btoa(unescape(encodeURIComponent(l))))
117 : typeof Buffer == 'function' && (w = (l) => Buffer.from(l, 'utf-8').toString('base64'));
118class b {
119 constructor(t) {
120 ((this.version = 3),
121 (this.file = t.file),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected