Skip to content

Commit

Permalink
Remove globalThisShim and globalThis modification for TypeScriptServi…
Browse files Browse the repository at this point in the history
…cesFactory

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.
  • Loading branch information
jakebailey committed Nov 2, 2022
1 parent 8ba14a9 commit b2edb16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 66 deletions.
1 change: 0 additions & 1 deletion src/services/_namespaces/ts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export * from "../transpile";
export * from "../services";
export * from "../transform";
export * from "../shims";
export * from "../globalThisShim";
import * as BreakpointResolver from "./ts.BreakpointResolver";
export { BreakpointResolver };
import * as CallHierarchy from "./ts.CallHierarchy";
Expand Down
65 changes: 0 additions & 65 deletions src/services/globalThisShim.ts

This file was deleted.

0 comments on commit b2edb16

Please sign in to comment.