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

Properly extract classes with arbitrary values in arrays and classes followed by escaped quotes #6590

Merged
merged 23 commits into from Dec 17, 2021

Commits on Dec 17, 2021

  1. Copy the full SHA
    47e3d09 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ccbc642 View commit details
    Browse the repository at this point in the history
  3. default extractor

    thecrypticace committed Dec 17, 2021
    Copy the full SHA
    f165f7a View commit details
    Browse the repository at this point in the history
  4. Add test

    thecrypticace committed Dec 17, 2021
    Copy the full SHA
    ac4e634 View commit details
    Browse the repository at this point in the history
  5. Work on stuff

    thecrypticace committed Dec 17, 2021
    Copy the full SHA
    aa1be6b View commit details
    Browse the repository at this point in the history
  6. Update extractor test

    thecrypticace committed Dec 17, 2021
    Copy the full SHA
    b6cf319 View commit details
    Browse the repository at this point in the history
  7. WIP

    RobinMalfait authored and thecrypticace committed Dec 17, 2021
    Copy the full SHA
    618aee3 View commit details
    Browse the repository at this point in the history
  8. Remove unused file

    thecrypticace committed Dec 17, 2021
    Copy the full SHA
    5c8596b View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    529434b View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    ad5f846 View commit details
    Browse the repository at this point in the history
  11. Update log

    thecrypticace committed Dec 17, 2021
    Copy the full SHA
    6a60da9 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    a91b0e7 View commit details
    Browse the repository at this point in the history
  13. fix code style

    thecrypticace committed Dec 17, 2021
    Copy the full SHA
    b701438 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    0bc6325 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    c246679 View commit details
    Browse the repository at this point in the history
  16. Cleanup

    thecrypticace committed Dec 17, 2021
    Copy the full SHA
    41e730f View commit details
    Browse the repository at this point in the history
  17. Tweak expressions

    Only disallow ending in : or \ as these can be inside a classname
    thecrypticace committed Dec 17, 2021
    Copy the full SHA
    af7a291 View commit details
    Browse the repository at this point in the history
  18. Fix code style

    thecrypticace committed Dec 17, 2021
    Copy the full SHA
    a7c8c58 View commit details
    Browse the repository at this point in the history
  19. Tweak regex

    thecrypticace committed Dec 17, 2021
    Copy the full SHA
    b37ffb3 View commit details
    Browse the repository at this point in the history
  20. Update

    thecrypticace committed Dec 17, 2021
    Copy the full SHA
    34cbcb0 View commit details
    Browse the repository at this point in the history
  21. Fix cs

    thecrypticace committed Dec 17, 2021
    Copy the full SHA
    fef0aa5 View commit details
    Browse the repository at this point in the history
  22. Update changelog

    thecrypticace committed Dec 17, 2021
    Copy the full SHA
    cfa03ae View commit details
    Browse the repository at this point in the history
  23. Fix error

    thecrypticace committed Dec 17, 2021
    Copy the full SHA
    a72fdf8 View commit details
    Browse the repository at this point in the history