Skip to content

refactor: migrate to TypeScript (runtime code changes)#423

Merged
Shinigami92 merged 35 commits intobetafrom
refactor/typescript-migration-step-2
May 30, 2020
Merged

refactor: migrate to TypeScript (runtime code changes)#423
Shinigami92 merged 35 commits intobetafrom
refactor/typescript-migration-step-2

Conversation

@Shinigami92
Copy link
Contributor

@Shinigami92 Shinigami92 commented May 25, 2020

Short description of what this resolves:

We want to create a stable code base in which errors can be identified quickly

Proposed changes:

  • Rewrite the project with typescript

closes #202
closes #277

@Shinigami92 Shinigami92 added enhancement Functionality that enhances existing features chore labels May 25, 2020
@Shinigami92 Shinigami92 requested a review from thedaviddias May 25, 2020 18:48
@Shinigami92 Shinigami92 self-assigned this May 25, 2020
@Shinigami92 Shinigami92 changed the base branch from develop to beta May 25, 2020 18:48
@Shinigami92 Shinigami92 changed the title refactor: typescript migration - step 2 refactor: migrate to TypeScript (runtime code changes) May 25, 2020

const arrLogs = HTMLHint.format(event.messages, {
colors: nocolor ? false : true,
colors: !nocolor,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We need to add a test to check nocolor set to true and false

@Shinigami92 Shinigami92 marked this pull request as ready for review May 29, 2020 16:11
Copy link
Member

@thedaviddias thedaviddias left a comment

Choose a reason for hiding this comment

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

Thanks for this incredible work! Smaller PR and more explicit commit messages would help during the process of review.

@Shinigami92 Shinigami92 merged commit 0637fad into beta May 30, 2020
@Shinigami92 Shinigami92 deleted the refactor/typescript-migration-step-2 branch May 30, 2020 18:58
@thedaviddias
Copy link
Member

🎉 This PR is included in version 0.13.1-beta.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@thedaviddias
Copy link
Member

🎉 This PR is included in version 0.13.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

enhancement Functionality that enhances existing features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor everything to ES2016+ or better TypeScript Add Support for TypeScript

2 participants