-
Notifications
You must be signed in to change notification settings - Fork 25
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
Convertinging util.js to typescript 3/3 #39
Conversation
A lot of |
3c2fbe1
to
2b5c510
Compare
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.
Approved assuming there's some plan for removing all the @ts-ignores.
@@ -27,29 +35,34 @@ class fixedTFramedTransport extends thrift.TFramedTransport { | |||
*/ | |||
|
|||
const previousPageLocation = parquet_thrift.PageLocation.prototype; | |||
//@ts-ignore |
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.
I haven't been following along on these conversions - are we just using @ts-ignore
for now? Is there a plan to convert these to proper TypeScript? @wilwade
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.
💯
Problem
Github Issue #28
Part 3 of 3
Converting util.js to typescript
Change summary:
Steps to Verify: