| 38 | // Buffers completed lines of segments and VLQ-encodes them in batches, so producing |
| 39 | // an encoded map never holds more than ~SEGMENTS_PER_FLUSH decoded segments |
| 40 | export class MappingsEncoder { |
| 41 | declare private out: string |
| 42 | declare private pos: number |
| 43 | declare private lines: FullSegment[][] |
nothing calls this directly
no outgoing calls
no test coverage detected