-
-
Notifications
You must be signed in to change notification settings - Fork 835
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
TypeScript Initial Conversion #2207
Conversation
Can you expand on that? I don't see any potential for conflicts right now... |
I'd also be in favor of starting to merge TS stuff not, the two don't really conflict |
@franzliedke This PR is basically whatever TS is converted before state PRs are merged. Not necessarily because of conflicts, but to only have one PR for the initial batch that isn't very complicated and goes file-by-file. |
This batch already looks great, and very manageable in size. 😃 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few questions for my own understanding.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase on latest master. Files outside js/src
should not show any changes in the diff anymore.
accbfa5
to
fe01696
Compare
This file isn't used anywhere. We should be calling it at some point. It has existed for 5 years. Renamed function because it makes more sense for name to match file name (not that it matters when building)
fe01696
to
455327c
Compare
See #2206.
Currently PRs into
ds/typescript
branch so TypeScript infrastructure (#2206) is available for building.Merge after state PRs are done.