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

Class

src/utils/MappingsEncoder.ts:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
40export class MappingsEncoder {
41 declare private out: string
42 declare private pos: number
43 declare private lines: FullSegment[][]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected