forked from microsoft/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Remove globalThisShim and globalThis modification for TypeScriptServicesFactory #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1280b76 to
330c672
Compare
3ed85fa to
c056fac
Compare
330c672 to
0c3c6a5
Compare
c056fac to
841ebee
Compare
0c3c6a5 to
e988f28
Compare
841ebee to
575a64f
Compare
e988f28 to
2bb8bea
Compare
575a64f to
cbf0140
Compare
2bb8bea to
8daa230
Compare
cbf0140 to
58f2216
Compare
8daa230 to
1dfcafc
Compare
58f2216 to
bf6f599
Compare
1dfcafc to
bc2e7d0
Compare
bf6f599 to
4a6259c
Compare
bc2e7d0 to
3f1e529
Compare
4a6259c to
b876818
Compare
3f1e529 to
0a1199d
Compare
b876818 to
3ddd622
Compare
0a1199d to
4eb7f2b
Compare
3ddd622 to
99237d8
Compare
4eb7f2b to
4673a15
Compare
99237d8 to
4f4c1ed
Compare
4673a15 to
574778b
Compare
4f4c1ed to
eb46046
Compare
574778b to
ab07115
Compare
1d1fdfc to
df79610
Compare
fb8917a to
f40c4ec
Compare
df79610 to
5428a1b
Compare
f40c4ec to
e730fc0
Compare
5428a1b to
cdaee78
Compare
e730fc0 to
0e224e4
Compare
cdaee78 to
9ae2a86
Compare
0e224e4 to
e06f86f
Compare
9ae2a86 to
bbdce63
Compare
e06f86f to
b78aade
Compare
bbdce63 to
d6c1a92
Compare
b78aade to
9a42098
Compare
d6c1a92 to
3f03d48
Compare
9a42098 to
23f4844
Compare
3f03d48 to
8ba14a9
Compare
23f4844 to
b2edb16
Compare
8ba14a9 to
f8f2c6b
Compare
b2edb16 to
e84164f
Compare
f8f2c6b to
6b01bff
Compare
e84164f to
a764422
Compare
6b01bff to
1978ea6
Compare
a764422 to
aa5751f
Compare
1978ea6 to
5f534d6
Compare
aa5751f to
770b160
Compare
5f534d6 to
5a5a2fe
Compare
…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.
770b160 to
bb3fbeb
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Please do not comment on this PR. Depending on how this set of PRs evolves, this PR's contents may change entirely based on the order of commits.
This PR is a part of a stack: