Searched defs:sourceFileOrBundle (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | emitter.ts | 1004 const sourceFileOrBundle = transform.transformed[0]; constant 1005 … const bundle = sourceFileOrBundle.kind === SyntaxKind.Bundle ? sourceFileOrBundle : undefined; constant 1006 …const sourceFile = sourceFileOrBundle.kind === SyntaxKind.SourceFile ? sourceFileOrBundle : undefi… constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 99278 … sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath }, sourceFileOrBundle) { argument 99352 …function emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo… argument 99392 …function emitDeclarationFileOrBundle(sourceFileOrBundle, declarationFilePath, declarationMapPath, … argument 99527 function shouldEmitSourceMaps(mapOptions, sourceFileOrBundle) { argument 102527 function emitPrologueDirectivesIfNeeded(sourceFileOrBundle) { argument 102570 function emitShebangIfNeeded(sourceFileOrBundle) { argument
|
| D | typingsInstaller.js | 36810 function emitPrologueDirectivesIfNeeded(sourceFileOrBundle) { argument 36853 function emitShebangIfNeeded(sourceFileOrBundle) { argument
|