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

feat: upgrade TypeScript to 5.7 #54

Merged
merged 3 commits into from
Dec 1, 2024
Merged

feat: upgrade TypeScript to 5.7 #54

merged 3 commits into from
Dec 1, 2024

Conversation

uhyo
Copy link
Owner

@uhyo uhyo commented Dec 1, 2024

closes #53

@uhyo uhyo merged commit 425f53f into master Dec 1, 2024
1 check passed
@uhyo uhyo deleted the ts-up-5.7 branch December 1, 2024 12:13
@@ -303,6 +303,7 @@ function isPartialReplacement(
betterFile: ts.SourceFile,
): boolean {
// Compare type parameters and herigate using full text.
if (interfaceDecl.name.escapedText === "Uint8Array") debugger;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😱

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compatibility with TypeScript 5.7 (array buffers)
2 participants