Skip to content
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

Reduce direct dependencies on ts in web server #198809

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

mjbvz
Copy link
Collaborator

@mjbvz mjbvz commented Nov 21, 2023

This reduces the number of direct imports of ts in webServer.ts. This sets us up so that we can eventually swap out TS versions at runtime instead of being limited to the TS version webServer is bundled against

This reduces the number of direct imports of `ts` in `webServer.ts`. This sets us up so that we can eventually swap out the TS versions at runtime instead of being limited to the TS version webServer is bundled against
@mjbvz mjbvz self-assigned this Nov 21, 2023
@mjbvz mjbvz enabled auto-merge (squash) November 21, 2023 22:15
@vscodenpa vscodenpa added this to the November 2023 milestone Nov 21, 2023
@mjbvz mjbvz merged commit fbbdb79 into microsoft:main Nov 21, 2023
5 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants