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

refactor: migrate test app package to TypeScript #132

Merged
merged 10 commits into from Nov 27, 2023

Conversation

michelegera
Copy link
Contributor

This PR migrates the test-app application to TypeScript and completes the migration started with #116.

@michelegera michelegera force-pushed the test-app-typescript-conversion branch 3 times, most recently from b720e01 to 4758c50 Compare November 27, 2023 12:44
@michelegera michelegera added the enhancement New feature or request label Nov 27, 2023
@michelegera michelegera force-pushed the test-app-typescript-conversion branch 3 times, most recently from 50151fb to 34f7d3b Compare November 27, 2023 14:51
@michelegera michelegera marked this pull request as ready for review November 27, 2023 15:48
@vscav
Copy link
Member

vscav commented Nov 27, 2023

We also need to update the CI script to take into account the test-app when running the type-checking with different TS versions. You can have a look on ember-lottie for reference:

@vscav vscav changed the title Migrate test app package to TypeScript refactor: migrate test app package to TypeScript Nov 27, 2023
@michelegera
Copy link
Contributor Author

@vscav Thanks for the review. This commit adds type-checking with different TS versions for test-app to the CI script, while the lint:types command was already there.

I’ve also added a comment to explain why we use any for Hyperlink’s node argument.

.github/workflows/ci.yml Outdated Show resolved Hide resolved
Copy link
Member

@vscav vscav left a comment

Choose a reason for hiding this comment

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

Thanks @michelegera 🙏 🚀

@michelegera michelegera merged commit 4a6f862 into main Nov 27, 2023
16 checks passed
@michelegera michelegera deleted the test-app-typescript-conversion branch November 27, 2023 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants