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: vuejs/vue-eslint-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.2.0
Choose a base ref
...
head repository: vuejs/vue-eslint-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 26 files changed
  • 1 contributor

Commits on Jul 8, 2025

  1. test: move to vitest (#269)

    * feat: move `parser-options` to `vitest`
    
    * feat: move `crlf` to `vitest`
    
    * chore: update
    
    * feat: move `define-document-visitor` to `vitest`
    
    * feat: move `define-custom-blocks-visitor` to `vitest`
    
    * feat: move `parser-options-project` to `vitest`
    
    * feat: move `document-fragment` to `vitest`
    
    * fix: correct ParserServices type
    
    * feat: move `tokens` to `vitest`
    
    * refactor: use `replacer` in `test-utils`
    
    * chore: up
    
    * feat: enhance test-utils
    
    * refactor: move `variables-references` to `vitest`
    
    * feat: move `ast` to `vitest`
    
    * feat: move `index` to `vitest`
    
    * refactor: move all test to `vitest`
    
    * chore: enhance type definition
    
    * chore: uninstall mocha
    
    * test: update
    
    * chore: update
    
    * chore: update ci
    
    * fix: update something maybe wrong
    
    * chore: update, try fix ci
    
    * chore: up
    
    * ci: try fix
    
    * chore: up
    
    * ci: fix
    
    * chore: use vite^6 for node18 test
    
    * chore: update timeout config
    
    * chore: update
    
    * chore: flat diff
    
    * test: fix incorrect `fallback`
    9romise authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    2c29d7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e48327 View commit details
    Browse the repository at this point in the history
Loading