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(language-service): find expression ASTs using absolute spans #33387

Closed
wants to merge 1 commit into from

Commits on Oct 24, 2019

  1. refactor(language-service): find expression ASTs using absolute spans

    Moves to using the absolute span of an expression AST (relative to an
    entire template) rather than a relative span (relative to the start
    of the expression) to find an expression AST given a position in a
    template.
    
    This is part of the changes needed to support text replacement in
    templates (angular#33091).
    ayazhafiz committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    51ca7ef View commit details
    Browse the repository at this point in the history