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

Class

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

Source from the content-addressed store, hash-verified

830}
831const hasOwnProp = Object.prototype.hasOwnProperty;
832class Bundle {
833 constructor(options = {}) {
834 this.intro = options.intro || '';
835 this.separator = options.separator !== void 0 ? options.separator : '\n';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected