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

reduce deps in macros and util packages #737

Merged
merged 2 commits into from
Mar 25, 2021
Merged

reduce deps in macros and util packages #737

merged 2 commits into from
Mar 25, 2021

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Mar 25, 2021

Before this change, anyone using @embroider/util or @embroider/macros would get a full copy of @embroider/core. And macros also pulled in its own complete @babel/core.

This refactors the few bits of shared code into a separate @embroider/shared-internals package, which should hopefully reduce the dependency weight for users of @embroider/macros and @embroider/util.

Before this change, anyone using `@embroider/util` or `@embroider/macros` would get a full copy of `@embroider/core`. And macros also pulled in its own complete `@babel/core`.

This refactors the few bits of shared code into a separate `@embroider/shared-internals` package, which should hopefully reduce the dependency weight for users of `@embroider/macros` and `@embroider/util`.
Because it's used by ember-auto-import.
@ef4 ef4 merged commit 27cca3a into master Mar 25, 2021
@ef4 ef4 deleted the reduce-deps branch March 25, 2021 22:04
@ef4 ef4 added the enhancement New feature or request label Mar 30, 2021
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.

1 participant