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

Properly re-export types #134

Merged
merged 1 commit into from Jan 8, 2022

Conversation

mydea
Copy link
Contributor

@mydea mydea commented Dec 1, 2021

This PR moves type-only modules to be .d.ts instead of .ts and uses export type to re-export them, avoiding warnings in Embroider.

Closes #128

@mydea
Copy link
Contributor Author

mydea commented Dec 22, 2021

Any chance to get this reviewed/merged, would be nice to clean up the build output of our app a bit :)

@SergeAstapov
Copy link
Collaborator

Maybe @chriskrycho could help land this one and another small fix #123?

@chriskrycho
Copy link
Contributor

I'll take a look at these on Monday!

Copy link
Contributor

@chriskrycho chriskrycho left a comment

Choose a reason for hiding this comment

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

Ah, this is trivial and easy. :shipit:

@chriskrycho
Copy link
Contributor

(Will merge when CI is ✅)

@chriskrycho chriskrycho merged commit 1ea6ae6 into ember-modifier:master Jan 8, 2022
@chriskrycho chriskrycho added the bug Something isn't working label Jan 24, 2022
chriskrycho added a commit that referenced this pull request Jan 24, 2022
@chriskrycho
Copy link
Contributor

Released in v3.1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ModifierArgs should be type-only export
3 participants