| 275 | storeName: false, |
| 276 | }; |
| 277 | class MagicString { |
| 278 | constructor(string, options = {}) { |
| 279 | const chunk = new Chunk(0, string.length, string); |
| 280 | Object.defineProperties(this, { |
nothing calls this directly
no outgoing calls
no test coverage detected