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

Update babel-import-util #1537

Merged
merged 2 commits into from
Jul 15, 2023
Merged

Update babel-import-util #1537

merged 2 commits into from
Jul 15, 2023

Commits on Jul 15, 2023

  1. Update babel-import-util

    This new version of babel-import-util emits imports in a different (better) order, so it's a breaking change that causes us to see some difference in our tests.
    
    (I did this update because I want to control the import order better, so as to be able to keep side-effects in the right order when using `importSyncImplementation: 'eager'` (the one you need to use with vite.)
    ef4 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    8345fc3 View commit details
    Browse the repository at this point in the history
  2. update babel-plugin-ember-template-compilation

    because it also uses babel-import-util as a transitive dep
    ef4 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    457f83a View commit details
    Browse the repository at this point in the history