Skip to content

Commit 586a05e

Browse files
committed
Remove ref files from testRunner
1 parent ce3b98c commit 586a05e

21 files changed

+0
-43
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
/* Generated file to emulate the FourSlash namespace. */
22

33
export * from "../../harness/_namespaces/FourSlash";
4-
export * from "../fourslashRef";
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
/* Generated file to emulate the Playback namespace. */
22

33
export * from "../../loggedIO/_namespaces/Playback";
4-
export * from "../playbackRef";

src/testRunner/_namespaces/Utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
/* Generated file to emulate the Utils namespace. */
22

33
export * from "../../harness/_namespaces/Utils";
4-
export * from "../utilsRef";
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
/* Generated file to emulate the compiler namespace. */
22

33
export * from "../../harness/_namespaces/compiler";
4-
export * from "../compilerRef";
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
/* Generated file to emulate the documents namespace. */
22

33
export * from "../../harness/_namespaces/documents";
4-
export * from "../documentsRef";
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
/* Generated file to emulate the evaluator namespace. */
22

33
export * from "../../harness/_namespaces/evaluator";
4-
export * from "../evaluatorRef";

src/testRunner/_namespaces/fakes.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
/* Generated file to emulate the fakes namespace. */
22

33
export * from "../../harness/_namespaces/fakes";
4-
export * from "../fakesRef";

src/testRunner/_namespaces/ts.textStorage.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/testRunner/_namespaces/ts.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ import * as server from "./ts.server";
1616
export { server };
1717
import * as projectSystem from "./ts.projectSystem";
1818
export { projectSystem };
19-
import * as textStorage from "./ts.textStorage";
20-
export { textStorage };
2119
export * from "../unittests/helpers";
2220
export * from "../unittests/services/extract/helpers";
2321
export * from "../unittests/tsbuild/helpers";

src/testRunner/_namespaces/vfs.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
/* Generated file to emulate the vfs namespace. */
22

33
export * from "../../harness/_namespaces/vfs";
4-
export * from "../vfsRef";

0 commit comments

Comments
 (0)