Skip to content

Commit e67ae6f

Browse files
committed
Remove globalThisShim and globalThis modification for TypeScriptServicesFactory
Looking at github, sourcegraph, and internally, nobody appears to use this factory at all. It's still used within our testing framework, so I won't remove it, but we shouldn't be polyfilling globalThis and sticking things onto it these days.
1 parent fb8917a commit e67ae6f

File tree

2 files changed

+0
-66
lines changed

2 files changed

+0
-66
lines changed

Diff for: src/services/_namespaces/ts.ts

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export * from "../transpile";
1717
export * from "../services";
1818
export * from "../transform";
1919
export * from "../shims";
20-
export * from "../globalThisShim";
2120
import * as BreakpointResolver from "./ts.BreakpointResolver";
2221
export { BreakpointResolver };
2322
import * as CallHierarchy from "./ts.CallHierarchy";

Diff for: src/services/globalThisShim.ts

-65
This file was deleted.

0 commit comments

Comments
 (0)