Migrate repo to TypeScript 7 - #63763
Open
Jake Bailey (jakebailey) wants to merge 2495 commits into
Open
Conversation
… across 1 directory (microsoft/typescript-go#4390) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jakebailey <5341706+jakebailey@users.noreply.github.com>
… to `bigint` in the API (microsoft/typescript-go#4344) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: andrewbranch <3277153+andrewbranch@users.noreply.github.com>
…n types and signatures (microsoft/typescript-go#4341)
…script-go#4419) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com> Co-authored-by: Ryan Cavanaugh <RyanCavanaugh@users.noreply.github.com>
…ipt-go#4402) Co-authored-by: Piotr Tomiak <piotr.tomiak@jetbrains.com>
…script-go#4360) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jakebailey <5341706+jakebailey@users.noreply.github.com>
…ft/typescript-go#4362) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jakebailey <5341706+jakebailey@users.noreply.github.com>
…pescript-go#4345) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: andrewbranch <3277153+andrewbranch@users.noreply.github.com>
…onfig (microsoft/typescript-go#4429) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: DanielRosenwasser <972891+DanielRosenwasser@users.noreply.github.com>
Co-authored-by: Cold Fry <coldfry.business@gmail.com>
…cript-go#4889) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: weswigham <2932786+weswigham@users.noreply.github.com> Co-authored-by: Wesley Wigham <wwigham@gmail.com>
…script-go#4909) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: DanielRosenwasser <972891+DanielRosenwasser@users.noreply.github.com> Co-authored-by: andrewbranch <3277153+andrewbranch@users.noreply.github.com>
…t/typescript-go#4723) Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Michael Arnaldi <michael.arnaldi@effectful.co>
…go#4900) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: DanielRosenwasser <972891+DanielRosenwasser@users.noreply.github.com> Co-authored-by: weswigham <2932786+weswigham@users.noreply.github.com>
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Jake Bailey (jakebailey)
requested a review
from Ryan Cavanaugh (RyanCavanaugh)
August 20, 2026 00:15
This comment was marked as resolved.
This comment was marked as resolved.
Jake Bailey (jakebailey)
requested review from
Daniel Rosenwasser (DanielRosenwasser) and
Anders Hejlsberg (ahejlsberg)
August 20, 2026 00:25
Andrew Branch (andrewbranch)
approved these changes
Aug 20, 2026
Andrew Branch (andrewbranch)
left a comment
Member
There was a problem hiding this comment.
Welcome home, everyone 🚀
Jake Bailey (jakebailey)
force-pushed
the
main-ts7
branch
from
August 20, 2026 01:38
01aa914 to
1ca4b27
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
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
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.
This brings over the entirety of https://github.com/microsoft/typescript-go, returning main TypeScript development to the repo. See also: microsoft/typescript-go#4876
The entire
typescript-gorepo commit history has been replayed into this repo, preserving full git history, blame, authorship credit, the works. Repo references in commit messages have been rewritten to point to the correct repo, e.g.microsoft/typescript-go#1234.To avoid incompatibility with our existing git tags, all of the code from that repo was replayed into a
tscsubdirectory, which is now the main Go module. This nested module remains unversioned for the time being, and does not yet export any API.The replayed history is then "merged" with main, deleting all of the old Strada code, save for files we want to keep like licenses, scripts, GHA workflows, and so on.
Then, on top of that merge commit, a few fixup commits rename imports, move files around, etc, to get things working again.
Most things should work the same, but some packages and tasks have been renamed.
This PR MUST be merged with a merge commit, otherwise all of the work to keep the history alive will be gone!