Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mdevils/css-selector-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.5
Choose a base ref
...
head repository: mdevils/css-selector-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 19 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 16, 2025

  1. chore: add aider to gitignore

    mdevils committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    2b08239 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5fd208 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42ba90e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74137f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    271e8bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96821d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4cd3ecd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    59b1161 View commit details
    Browse the repository at this point in the history
  9. fix: imports

    mdevils committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    1422594 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9cda2ca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    16c1bb1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    85ac77d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6dbe132 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cd56683 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6d7a116 View commit details
    Browse the repository at this point in the history
  16. feat: Add location information to pseudo-class and pseudo-element err…

    …or messages
    
    This commit enhances error messages for unknown pseudo-classes and pseudo-elements by including the CSS Level or CSS Module where they are defined. Key changes:
    
    - Created `PseudoLocationIndex` interface to map pseudo-classes and pseudo-elements to their sources
    - Implemented `buildPseudoLocationIndex()` to pre-build an index of locations
    - Updated error handling in parser to include location information
    - Added test cases to verify the new error message functionality
    
    The changes provide more informative error messages, helping developers quickly identify where a specific pseudo-class or pseudo-element is defined.
    mdevils committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    bafafe9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    894053a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ceaa832 View commit details
    Browse the repository at this point in the history
  19. chore(release): 3.1.0

    mdevils committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    83609c6 View commit details
    Browse the repository at this point in the history
Loading