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): get the right 'ElementAst' in the nested HTML tag #35317

Closed

Commits on Feb 11, 2020

  1. fix(language-service): get the right 'ElementAst' in the nested HTML tag

    For example, '<div><p string-model~{cursor}></p></div>', when provide the hover info for 'string-model', the 'path.head' is root tag 'div'. Use the parent of 'path.tail' instead.
    ivanwonder committed Feb 11, 2020
    Copy the full SHA
    8550303 View commit details
    Browse the repository at this point in the history