Searched defs:sourceFileOrBundle (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | emitter.ts | 521 const sourceFileOrBundle = transform.transformed[0]; constant 522 … const bundle = sourceFileOrBundle.kind === SyntaxKind.Bundle ? sourceFileOrBundle : undefined; constant 523 …const sourceFile = sourceFileOrBundle.kind === SyntaxKind.SourceFile ? sourceFileOrBundle : undefi… constant
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 115266 function emitSourceFileOrBundle(_a, sourceFileOrBundle) { argument 115329 …function emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo… argument 115369 …function emitDeclarationFileOrBundle(sourceFileOrBundle, declarationFilePath, declarationMapPath, … argument 115495 function shouldEmitSourceMaps(mapOptions, sourceFileOrBundle) { argument 118707 function emitPrologueDirectivesIfNeeded(sourceFileOrBundle) { argument 118754 function emitShebangIfNeeded(sourceFileOrBundle) { argument
|
| D | tsc.js | 95145 function emitSourceFileOrBundle(_a, sourceFileOrBundle) { argument 95205 …function emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo… argument 95239 …function emitDeclarationFileOrBundle(sourceFileOrBundle, declarationFilePath, declarationMapPath, … argument 95354 function shouldEmitSourceMaps(mapOptions, sourceFileOrBundle) { argument 98348 function emitPrologueDirectivesIfNeeded(sourceFileOrBundle) { argument 98395 function emitShebangIfNeeded(sourceFileOrBundle) { argument
|