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 issue with token mapping for lint errors on template tokens in gjs/gts files by displaying eslint error on the opening <template> tag #1801

Merged
merged 7 commits into from
Mar 14, 2023

Commits on Mar 9, 2023

  1. fix issue with token detection eagerly matching the wrong instance of…

    … token
    Henry Majoros committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    29098e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. display scope token lint errors on opening template tag

    Henry Majoros committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    854cdbf View commit details
    Browse the repository at this point in the history
  2. fix linting

    Henry Majoros committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    3c05f6e View commit details
    Browse the repository at this point in the history
  3. remove TODO from now passing test

    Henry Majoros committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    fee9816 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ccc0fc View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. fix overly permissive regex

    Henry Majoros committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    4b9809e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fe5ef2 View commit details
    Browse the repository at this point in the history