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

Address extension accessibility and specificity #4058

Closed
wants to merge 2 commits into from

Commits on Aug 26, 2024

  1. Address extension accessibility and specificity

    Makes extension imported by part files be accessible inside the part file, not to the entire library. (Existing phrasing didn't need to  distinguish the two.)
    
    Makes closer imports in the parent-file chain be more specific than further away imports.
    
    This ensures that a part file that imports all its own dependencies, including implicitly referenced extensions, can ignore parent imports and the extensions those parent imports make accessible, and not risk a conflict or override by an equally or more specific extension.
    lrhn authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    48456e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Update parts_with_imports.md

    Fix typos
    lrhn authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    911c61b View commit details
    Browse the repository at this point in the history