-
-
Notifications
You must be signed in to change notification settings - Fork 911
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
Port codebase to TypeScript #762
Comments
7 tasks
For the record, motivations here include:
|
This was referenced Oct 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yet another issue for adding TS support to the project. This time, however, we'll (hopefully) be doing a full port of the codebase to TS so we can use
tsc
to generate the type declaration files.This will affect the build system, which may (read, "definitely") break backward compatibility.
See PR #763 for specific tasks.
The text was updated successfully, but these errors were encountered: