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

Class

benchmark/data.js:277–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 storeName: false,
276};
277class MagicString {
278 constructor(string, options = {}) {
279 const chunk = new Chunk(0, string.length, string);
280 Object.defineProperties(this, {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected