We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80cdfb commit d06719fCopy full SHA for d06719f
src/harness/harnessIO.ts
@@ -177,8 +177,6 @@ namespace Harness {
177
}
178
179
export const libFolder = "built/local/";
180
- const tcServicesFileName = ts.combinePaths(libFolder, "typescriptServices.js");
181
- export const tcServicesFile = IO.readFile(tcServicesFileName) + IO.newLine() + `//# sourceURL=${IO.resolvePath(tcServicesFileName)}`;
182
183
export type SourceMapEmitterCallback = (
184
emittedFile: string,
0 commit comments