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 inter-package relative imports in addon's app-js #1504

Merged
merged 1 commit into from
Jul 1, 2023

Commits on Jul 1, 2023

  1. fix inter-package relative imports in addon's app-js

    When relative imports escape their containing package, they shouldn't be understood as subject to our package-level rules. They should be left alone to keep them valid.
    
    This happens particularly when babel transforms are inserting references to runtime utilities.
    ef4 committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    be73a0f View commit details
    Browse the repository at this point in the history