Home
last modified time | relevance | path

Searched defs:sourceFileOrBundle (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Demitter.ts1004 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/
Dtsc.js99278 … 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
DtypingsInstaller.js36810 function emitPrologueDirectivesIfNeeded(sourceFileOrBundle) { argument
36853 function emitShebangIfNeeded(sourceFileOrBundle) { argument