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

feat(migration): migrate project to typescript #47

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ahmedatigui
Copy link

  • migrate the project to typescript
  • update the codex-icons package to provide types

src/index.ts Outdated
Comment on lines 31 to 35
* @typedef {object} WarningData
* @description Warning Tool`s input and output data
* @property {string} title - warning`s title
* @property {string} message - warning`s message
*
*/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please move comments from JSDoc to typescript properties

src/index.ts Outdated
Comment on lines 69 to 70
titlePlaceholder: string;
messagePlaceholder: string;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please, specify access modifier and add jsdocs for each class property

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

Successfully merging this pull request may close these issues.

2 participants