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(language-service): Instantiate MetadataResolver once #32145

Closed
wants to merge 1 commit into from

Commits on Aug 15, 2019

  1. fix(language-service): Instantiate MetadataResolver once

    Instead of destroying and recreating MetadataResolver every time the
    program changes, create one instance and reuse it throughout the
    lifetime of the language service.
    Since Angular StaticSymbols are invalidated when program gets
    out-of-date, this should be safe.
    This should make the language service more more performant.
    Keen Yee Liau committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    b9e2365 View commit details
    Browse the repository at this point in the history