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

Extract extension contexts to keyword #244

Merged
merged 2 commits into from
Oct 11, 2023

Commits on Sep 28, 2023

  1. Extract extension contexts to keyword

    When processing an Extension definition, set the contexts directly on
    the ExportableExtension object. When doing so, convert paths back to
    FSH-style paths. When extracting caret value rules on an Extension
    definition, do not extract any rules for contexts.
    
    Add optimizer plugin to resolve URLs in contexts.
    mint-thompson committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    70a4e78 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Update optimizer to remove default context

    The optimizer now checks the extension's contexts array, rather than
    caret value rules.
    
    Fix some test descriptions for ResolveContextURLsOptimizer.
    mint-thompson committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    1e4dec9 View commit details
    Browse the repository at this point in the history