Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
DscriptInfo.ts70 this.info.sourceMapFilePath = undefined;
321 sourceMapFilePath?: Path | SourceMapFileWatcher | false;
655 if (this.sourceMapFilePath && !isString(this.sourceMapFilePath)) {
656 closeFileWatcherOf(this.sourceMapFilePath);
657 this.sourceMapFilePath = undefined;
DeditorServices.ts1214 if (info.sourceMapFilePath) {
1215 if (isString(info.sourceMapFilePath)) {
1216 const sourceMapFileInfo = this.getScriptInfoForPath(info.sourceMapFilePath);
1220 this.delayUpdateSourceInfoProjects(info.sourceMapFilePath.sourceInfos);
1262 declarationInfo.sourceMapFilePath = undefined;
2684 if (isString(declarationInfo.sourceMapFilePath)) {
2686 … const sourceMapFileInfo = this.getScriptInfoForPath(declarationInfo.sourceMapFilePath);
2694 declarationInfo.sourceMapFilePath = undefined;
2696 else if (declarationInfo.sourceMapFilePath) {
2697 …declarationInfo.sourceMapFilePath.sourceInfos = this.addSourceInfoToSourceMap(sourceFileName, proj…
[all …]
/third_party/typescript/src/compiler/
Demitter.ts79 const sourceMapFilePath = jsFilePath && getSourceMapFilePath(jsFilePath, options); constant
83 … return { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath };
99 …const sourceMapFilePath = !jsFilePath || isJsonSourceFile(sourceFile) ? undefined : getSourceMapFi… constant
102 …return { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath: un…
181 …const { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath } = … constant
183 addOutput(sourceMapFilePath);
334 …function emitSourceFileOrBundle({ jsFilePath, sourceMapFilePath, declarationFilePath, declarationM…
344 … emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo);
360 if (sourceMapFilePath) {
361 emittedFilesList.push(sourceMapFilePath);
[all …]
Dprogram.ts3958 …const { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath } = … constant
3959 …const node = createInputFiles(readFile, jsFilePath!, sourceMapFilePath, declarationFilePath!, decl…
Dutilities.ts4366 sourceMapFilePath?: string | undefined; property
/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectReferences.ts638 … assert.equal(dtsInfo.sourceMapFilePath, dtsMapPath, debugInfo);
641 assert.isNotString(dtsInfo.sourceMapFilePath, debugInfo);
642 assert.isNotFalse(dtsInfo.sourceMapFilePath, debugInfo);
643 assert.isDefined(dtsInfo.sourceMapFilePath, debugInfo);
648 assert.equal(dtsInfo.sourceMapFilePath, sourceMapPath, debugInfo);
661 sourceMapPath = dtsInfo && dtsInfo.sourceMapFilePath;
/third_party/typescript/lib/
Dtsserverlibrary.js100965 var sourceMapFilePath = jsFilePath && getSourceMapFilePath(jsFilePath, options);
100969 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
100985 …var sourceMapFilePath = !jsFilePath || ts.isJsonSourceFile(sourceFile) ? undefined : getSourceMapF…
100988 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
101054 …, /*forceDtsPaths*/ false), jsFilePath = _a.jsFilePath, sourceMapFilePath = _a.sourceMapFilePath, …
101056 addOutput(sourceMapFilePath);
101192 …var jsFilePath = _a.jsFilePath, sourceMapFilePath = _a.sourceMapFilePath, declarationFilePath = _a…
101202 … emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo);
101215 if (sourceMapFilePath) {
101216 emittedFilesList.push(sourceMapFilePath);
[all …]
Dtsserver.js100771 var sourceMapFilePath = jsFilePath && getSourceMapFilePath(jsFilePath, options);
100775 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
100791 …var sourceMapFilePath = !jsFilePath || ts.isJsonSourceFile(sourceFile) ? undefined : getSourceMapF…
100794 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
100860 …, /*forceDtsPaths*/ false), jsFilePath = _a.jsFilePath, sourceMapFilePath = _a.sourceMapFilePath, …
100862 addOutput(sourceMapFilePath);
100998 …var jsFilePath = _a.jsFilePath, sourceMapFilePath = _a.sourceMapFilePath, declarationFilePath = _a…
101008 … emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo);
101021 if (sourceMapFilePath) {
101022 emittedFilesList.push(sourceMapFilePath);
[all …]
Dtsc.js82248 var sourceMapFilePath = jsFilePath && getSourceMapFilePath(jsFilePath, options);
82252 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
82266 …var sourceMapFilePath = !jsFilePath || ts.isJsonSourceFile(sourceFile) ? undefined : getSourceMapF…
82269 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
82329 …configFile.options, false), jsFilePath = _a.jsFilePath, sourceMapFilePath = _a.sourceMapFilePath, …
82331 addOutput(sourceMapFilePath);
82455 …var jsFilePath = _a.jsFilePath, sourceMapFilePath = _a.sourceMapFilePath, declarationFilePath = _a…
82465 … emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo);
82478 if (sourceMapFilePath) {
82479 emittedFilesList.push(sourceMapFilePath);
[all …]
DtypingsInstaller.js100760 var sourceMapFilePath = jsFilePath && getSourceMapFilePath(jsFilePath, options);
100764 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
100780 …var sourceMapFilePath = !jsFilePath || ts.isJsonSourceFile(sourceFile) ? undefined : getSourceMapF…
100783 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
100849 …, /*forceDtsPaths*/ false), jsFilePath = _a.jsFilePath, sourceMapFilePath = _a.sourceMapFilePath, …
100851 addOutput(sourceMapFilePath);
100987 …var jsFilePath = _a.jsFilePath, sourceMapFilePath = _a.sourceMapFilePath, declarationFilePath = _a…
100997 … emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo);
101010 if (sourceMapFilePath) {
101011 emittedFilesList.push(sourceMapFilePath);
[all …]
Dtypescript.js100965 var sourceMapFilePath = jsFilePath && getSourceMapFilePath(jsFilePath, options);
100969 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
100985 …var sourceMapFilePath = !jsFilePath || ts.isJsonSourceFile(sourceFile) ? undefined : getSourceMapF…
100988 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
101054 …, /*forceDtsPaths*/ false), jsFilePath = _a.jsFilePath, sourceMapFilePath = _a.sourceMapFilePath, …
101056 addOutput(sourceMapFilePath);
101192 …var jsFilePath = _a.jsFilePath, sourceMapFilePath = _a.sourceMapFilePath, declarationFilePath = _a…
101202 … emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo);
101215 if (sourceMapFilePath) {
101216 emittedFilesList.push(sourceMapFilePath);
[all …]
DtypescriptServices.js100965 var sourceMapFilePath = jsFilePath && getSourceMapFilePath(jsFilePath, options);
100969 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
100985 …var sourceMapFilePath = !jsFilePath || ts.isJsonSourceFile(sourceFile) ? undefined : getSourceMapF…
100988 …return { jsFilePath: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declar…
101054 …, /*forceDtsPaths*/ false), jsFilePath = _a.jsFilePath, sourceMapFilePath = _a.sourceMapFilePath, …
101056 addOutput(sourceMapFilePath);
101192 …var jsFilePath = _a.jsFilePath, sourceMapFilePath = _a.sourceMapFilePath, declarationFilePath = _a…
101202 … emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo);
101215 if (sourceMapFilePath) {
101216 emittedFilesList.push(sourceMapFilePath);
[all …]