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

[WIP] Convert BsDropdown to TypeScript #2109

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft

[WIP] Convert BsDropdown to TypeScript #2109

wants to merge 10 commits into from

Conversation

jelhan
Copy link
Contributor

@jelhan jelhan commented Feb 28, 2024

Converts <BsDropdown> and its sub-components to TypeScript.

@jelhan jelhan mentioned this pull request Feb 28, 2024
32 tasks
@@ -0,0 +1,6 @@
export default function bsDefault<T, U>(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This file has been taken from #2112.

@@ -1,37 +1,41 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This file has been taken from #2112.

@@ -0,0 +1,4 @@
export default interface EmbroiderConfig {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure if addon/utils/embroider-config.d.ts is the right location for this interface. Sharing best practices is highly appreciated. 😸

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

Successfully merging this pull request may close these issues.

None yet

1 participant