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

refactor(compiler-cli): specify whether a used directive is a component in partial component declaration #41104

Closed

Commits on Mar 13, 2021

  1. refactor(compiler-cli): separate used components from used directives…

    … in partial declaration
    
    The partial declaration of a component includes the list of directives
    that are used in its template, including some metadata of the directive
    which can be used during actual compilation of the component. Used
    components are currently part of this list, as components are also
    directives. This commit splits the used components into a dedicate
    property in the partial declaration, which allows for template
    compilation to optimize the generated code for components.
    JoostK committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    82f0bd6 View commit details
    Browse the repository at this point in the history