Home
last modified time | relevance | path

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

/third_party/typescript/scripts/
DbuildProtocol.ts122 function writeProtocolFile(outputFile: string, protocolTs: string, typeScriptServicesDts: string) {
130 …const program = ts.createProgram([protocolTs, typeScriptServicesDts, path.join(typeScriptServicesD…
133 const emitResult = program.emit(program.getSourceFile(protocolTs), (file, content) => {
197 const protocolTs = process.argv[2]; constant
200 writeProtocolFile(outputFile, protocolTs, typeScriptServicesDts);