-
Notifications
You must be signed in to change notification settings - Fork 174
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
Add ts declaration file #425
Conversation
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.
Requested some changes. Very good job!
I would also like to discuss with you about a potential follow up task.
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.
Well done 👍
I agree with most of Jesus' comments but they are minor things :)
I have changed the import style to use {} instead of default export, also added parentNavigationContext to Context interface and reordered functions in the declaration file. |
* Add typescript declaration for luigi client * Add typescript declaration for luigi client * Fix broken references for luigiClient * Update formatting * Remove index.d.ts * Update formatting * Fix broken groups view * Fix broken overview view * Reorder functions, change Context interface, remove moduleInterop * Change import style * Add some types to the existing codebase * Revert broken package.json * Update documentation after luigi-client changes
Description
Changes proposed in this pull request:
Related issue(s)
Fixes #418