/third_party/typescript/src/compiler/ |
D | emitter.ts | 533 … const bundle = sourceFileOrBundle.kind === SyntaxKind.Bundle ? sourceFileOrBundle : undefined; constant 534 …const sourceFile = sourceFileOrBundle.kind === SyntaxKind.SourceFile ? sourceFileOrBundle : undefi… constant
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 100986 function emitSourceFileOrBundle(_a, sourceFileOrBundle) { argument 101040 …function emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo… argument 101080 …function emitDeclarationFileOrBundle(sourceFileOrBundle, declarationFilePath, declarationMapPath, … argument 101159 …function printSourceFileOrBundle(jsFilePath, sourceMapFilePath, sourceFileOrBundle, printer, mapOp… argument 101200 function shouldEmitSourceMaps(mapOptions, sourceFileOrBundle) { argument 104109 function emitPrologueDirectivesIfNeeded(sourceFileOrBundle) { argument 104156 function emitShebangIfNeeded(sourceFileOrBundle) { argument
|
D | tsc.js | 82454 function emitSourceFileOrBundle(_a, sourceFileOrBundle) { argument 82507 …function emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo… argument 82541 …function emitDeclarationFileOrBundle(sourceFileOrBundle, declarationFilePath, declarationMapPath, … argument 82614 …function printSourceFileOrBundle(jsFilePath, sourceMapFilePath, sourceFileOrBundle, printer, mapOp… argument 82652 function shouldEmitSourceMaps(mapOptions, sourceFileOrBundle) { argument 85350 function emitPrologueDirectivesIfNeeded(sourceFileOrBundle) { argument 85397 function emitShebangIfNeeded(sourceFileOrBundle) { argument
|
D | typescriptServices.js | 101191 function emitSourceFileOrBundle(_a, sourceFileOrBundle) { argument 101245 …function emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo… argument 101285 …function emitDeclarationFileOrBundle(sourceFileOrBundle, declarationFilePath, declarationMapPath, … argument 101364 …function printSourceFileOrBundle(jsFilePath, sourceMapFilePath, sourceFileOrBundle, printer, mapOp… argument 101405 function shouldEmitSourceMaps(mapOptions, sourceFileOrBundle) { argument 104314 function emitPrologueDirectivesIfNeeded(sourceFileOrBundle) { argument 104361 function emitShebangIfNeeded(sourceFileOrBundle) { argument
|
D | typescript.js | 101191 function emitSourceFileOrBundle(_a, sourceFileOrBundle) { argument 101245 …function emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo… argument 101285 …function emitDeclarationFileOrBundle(sourceFileOrBundle, declarationFilePath, declarationMapPath, … argument 101364 …function printSourceFileOrBundle(jsFilePath, sourceMapFilePath, sourceFileOrBundle, printer, mapOp… argument 101405 function shouldEmitSourceMaps(mapOptions, sourceFileOrBundle) { argument 104314 function emitPrologueDirectivesIfNeeded(sourceFileOrBundle) { argument 104361 function emitShebangIfNeeded(sourceFileOrBundle) { argument
|
D | tsserver.js | 100997 function emitSourceFileOrBundle(_a, sourceFileOrBundle) { argument 101051 …function emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo… argument 101091 …function emitDeclarationFileOrBundle(sourceFileOrBundle, declarationFilePath, declarationMapPath, … argument 101170 …function printSourceFileOrBundle(jsFilePath, sourceMapFilePath, sourceFileOrBundle, printer, mapOp… argument 101211 function shouldEmitSourceMaps(mapOptions, sourceFileOrBundle) { argument 104120 function emitPrologueDirectivesIfNeeded(sourceFileOrBundle) { argument 104167 function emitShebangIfNeeded(sourceFileOrBundle) { argument
|
D | tsserverlibrary.js | 101191 function emitSourceFileOrBundle(_a, sourceFileOrBundle) { argument 101245 …function emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo… argument 101285 …function emitDeclarationFileOrBundle(sourceFileOrBundle, declarationFilePath, declarationMapPath, … argument 101364 …function printSourceFileOrBundle(jsFilePath, sourceMapFilePath, sourceFileOrBundle, printer, mapOp… argument 101405 function shouldEmitSourceMaps(mapOptions, sourceFileOrBundle) { argument 104314 function emitPrologueDirectivesIfNeeded(sourceFileOrBundle) { argument 104361 function emitShebangIfNeeded(sourceFileOrBundle) { argument
|