Home
last modified time | relevance | path

Searched refs:MappingsDecoder (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/
Dsourcemap.ts396 export interface MappingsDecoder extends Iterator<Mapping> { interface
420 export function decodeMappings(mappings: string): MappingsDecoder {
/third_party/typescript/src/harness/
DsourceMapRecorder.ts11 let mappings: ts.MappingsDecoder | undefined;