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

Fix test-support exports #694

Merged
merged 1 commit into from Mar 20, 2024

Conversation

simonihmig
Copy link
Contributor

This is fixing imports of ember-animated/test-support not resolving correctly. Order in package.json#exports is relevant, so the catch-all rule should come last. Also, for TS projects still using legacy moduleResolution, typesVersions should cover the index-module.

This is fixing imports of `ember-animated/test-support` not resolving correctly. Order in package.json#exports is relevant, so the catch-all rule should come last. Also, for TS projects still using legacy `moduleResolution`, `typesVersions` should cover the index-module.
@SergeAstapov
Copy link
Collaborator

Thank you @simonihmig!

@SergeAstapov SergeAstapov merged commit b222a18 into ember-animation:master Mar 20, 2024
16 checks passed
@SergeAstapov
Copy link
Collaborator

published as v2.0.1

@simonihmig simonihmig deleted the fix-exports branch March 21, 2024 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants