Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Demitter.ts78 const jsFilePath = options.emitDeclarationOnly ? undefined : outPath; constant
79 const sourceMapFilePath = jsFilePath && getSourceMapFilePath(jsFilePath, options);
83 … return { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath };
98 …const jsFilePath = options.emitDeclarationOnly || isJsonEmittedToSameLocation ? undefined : ownOut… constant
99 …const sourceMapFilePath = !jsFilePath || isJsonSourceFile(sourceFile) ? undefined : getSourceMapFi…
102 …return { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath: un…
106 function getSourceMapFilePath(jsFilePath: string, options: CompilerOptions) {
107 return (options.sourceMap && !options.inlineSourceMap) ? jsFilePath + ".map" : undefined;
181 …const { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath } = … constant
182 addOutput(jsFilePath);
[all …]
Dprogram.ts3321 verifyEmitFilePath(emitFileNames.jsFilePath, emitFilesSeen);
3958 …const { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath } = … constant
3959 …const node = createInputFiles(readFile, jsFilePath!, sourceMapFilePath, declarationFilePath!, decl…
Dutilities.ts4365 jsFilePath?: string | undefined; property
/third_party/typescript/src/testRunner/unittests/tsserver/
DexternalProjects.ts868 const jsFilePath = `${tscWatch.projectRoot}/javascript.js`; constant
869 host.writeFile(jsFilePath, "");
872 rootFiles: [{ fileName: tsconfig.path }, { fileName: jsFilePath }],
875 …service.applyChangesInOpenFiles(singleIterator({ fileName: jsFilePath, scriptKind: ScriptKind.JS, …
879 checkProjectActualFiles(inferredProject, [libFile.path, jsFilePath]);
892 … rootFiles: [{ fileName: jsConfig.path }, { fileName: tsconfig.path }, { fileName: jsFilePath }],
899 checkProjectActualFiles(jsConfigProject, [jsConfig.path, jsFilePath, libFile.path]);
/third_party/typescript/src/testRunner/unittests/tsbuild/
Dhelpers.ts246 …const { buildInfoPath, jsFilePath, declarationFilePath } = getOutputPathsForBundle(options, /*forc… constant
256 …dleFileSectionInfo(sys, originalReadCall || sys.readFile, baselineRecorder, bundle.js, jsFilePath);
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts368 … declFileName = paths.declarationFilePath || paths.jsFilePath || file.fileName;
/third_party/typescript/lib/
Dtsc.js80883 … declFileName = paths.declarationFilePath || paths.jsFilePath || file.fileName;
82247 var jsFilePath = options.emitDeclarationOnly ? undefined : outPath;
82248 var sourceMapFilePath = jsFilePath && getSourceMapFilePath(jsFilePath, options);
82252 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
82265 …var jsFilePath = options.emitDeclarationOnly || isJsonEmittedToSameLocation ? undefined : ownOutpu…
82266 …var sourceMapFilePath = !jsFilePath || ts.isJsonSourceFile(sourceFile) ? undefined : getSourceMapF…
82269 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
82273 function getSourceMapFilePath(jsFilePath, options) { argument
82274 return (options.sourceMap && !options.inlineSourceMap) ? jsFilePath + ".map" : undefined;
82329 …var _a = getOutputPathsForBundle(configFile.options, false), jsFilePath = _a.jsFilePath, sourceMap…
[all …]
DtypingsInstaller.js99163 … declFileName = paths.declarationFilePath || paths.jsFilePath || file.fileName;
100759 var jsFilePath = options.emitDeclarationOnly ? undefined : outPath;
100760 var sourceMapFilePath = jsFilePath && getSourceMapFilePath(jsFilePath, options);
100764 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
100779 …var jsFilePath = options.emitDeclarationOnly || isJsonEmittedToSameLocation ? undefined : ownOutpu…
100780 …var sourceMapFilePath = !jsFilePath || ts.isJsonSourceFile(sourceFile) ? undefined : getSourceMapF…
100783 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
100787 function getSourceMapFilePath(jsFilePath, options) { argument
100788 return (options.sourceMap && !options.inlineSourceMap) ? jsFilePath + ".map" : undefined;
100849 …utPathsForBundle(configFile.options, /*forceDtsPaths*/ false), jsFilePath = _a.jsFilePath, sourceM…
[all …]
Dtypescript.js99368 … declFileName = paths.declarationFilePath || paths.jsFilePath || file.fileName;
100964 var jsFilePath = options.emitDeclarationOnly ? undefined : outPath;
100965 var sourceMapFilePath = jsFilePath && getSourceMapFilePath(jsFilePath, options);
100969 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
100984 …var jsFilePath = options.emitDeclarationOnly || isJsonEmittedToSameLocation ? undefined : ownOutpu…
100985 …var sourceMapFilePath = !jsFilePath || ts.isJsonSourceFile(sourceFile) ? undefined : getSourceMapF…
100988 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
100992 function getSourceMapFilePath(jsFilePath, options) { argument
100993 return (options.sourceMap && !options.inlineSourceMap) ? jsFilePath + ".map" : undefined;
101054 …utPathsForBundle(configFile.options, /*forceDtsPaths*/ false), jsFilePath = _a.jsFilePath, sourceM…
[all …]
DtypescriptServices.js99368 … declFileName = paths.declarationFilePath || paths.jsFilePath || file.fileName;
100964 var jsFilePath = options.emitDeclarationOnly ? undefined : outPath;
100965 var sourceMapFilePath = jsFilePath && getSourceMapFilePath(jsFilePath, options);
100969 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
100984 …var jsFilePath = options.emitDeclarationOnly || isJsonEmittedToSameLocation ? undefined : ownOutpu…
100985 …var sourceMapFilePath = !jsFilePath || ts.isJsonSourceFile(sourceFile) ? undefined : getSourceMapF…
100988 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
100992 function getSourceMapFilePath(jsFilePath, options) { argument
100993 return (options.sourceMap && !options.inlineSourceMap) ? jsFilePath + ".map" : undefined;
101054 …utPathsForBundle(configFile.options, /*forceDtsPaths*/ false), jsFilePath = _a.jsFilePath, sourceM…
[all …]
Dtsserverlibrary.js99368 … declFileName = paths.declarationFilePath || paths.jsFilePath || file.fileName;
100964 var jsFilePath = options.emitDeclarationOnly ? undefined : outPath;
100965 var sourceMapFilePath = jsFilePath && getSourceMapFilePath(jsFilePath, options);
100969 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
100984 …var jsFilePath = options.emitDeclarationOnly || isJsonEmittedToSameLocation ? undefined : ownOutpu…
100985 …var sourceMapFilePath = !jsFilePath || ts.isJsonSourceFile(sourceFile) ? undefined : getSourceMapF…
100988 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
100992 function getSourceMapFilePath(jsFilePath, options) { argument
100993 return (options.sourceMap && !options.inlineSourceMap) ? jsFilePath + ".map" : undefined;
101054 …utPathsForBundle(configFile.options, /*forceDtsPaths*/ false), jsFilePath = _a.jsFilePath, sourceM…
[all …]
Dtsserver.js99174 … declFileName = paths.declarationFilePath || paths.jsFilePath || file.fileName;
100770 var jsFilePath = options.emitDeclarationOnly ? undefined : outPath;
100771 var sourceMapFilePath = jsFilePath && getSourceMapFilePath(jsFilePath, options);
100775 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
100790 …var jsFilePath = options.emitDeclarationOnly || isJsonEmittedToSameLocation ? undefined : ownOutpu…
100791 …var sourceMapFilePath = !jsFilePath || ts.isJsonSourceFile(sourceFile) ? undefined : getSourceMapF…
100794 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
100798 function getSourceMapFilePath(jsFilePath, options) { argument
100799 return (options.sourceMap && !options.inlineSourceMap) ? jsFilePath + ".map" : undefined;
100860 …utPathsForBundle(configFile.options, /*forceDtsPaths*/ false), jsFilePath = _a.jsFilePath, sourceM…
[all …]