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

Support TypeScript code within EUI #1262

Closed
6 tasks done
chandlerprall opened this issue Oct 24, 2018 · 0 comments · Fixed by #1317
Closed
6 tasks done

Support TypeScript code within EUI #1262

chandlerprall opened this issue Oct 24, 2018 · 0 comments · Fixed by #1317
Assignees

Comments

@chandlerprall
Copy link
Contributor

chandlerprall commented Oct 24, 2018

Expanding the conversation from #256

To provide the best experience for consumers of EUI, including those who consume from TypeScript projects, we need to provide quality TS definitions. To date we have been writing .d.ts files and hand-matching exports and component definitions. This is time consuming, often forgotten, and does not guarantee the definitions match actual code (proptypes or other usage) - in fact we have already had bug fixes to address these inconsistencies. To solve these issues we want to support authoring EUI components & other code in TypeScript.

Requirements

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

Successfully merging a pull request may close this issue.

1 participant