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
  • 6 commits
  • 31 files changed
  • 2 contributors

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

Commits on Jul 29, 2025

  1. feat: migrate to tsdown (#266)

    * feat: migrate to `tsdown`
    
    * chore: update
    
    * chore: get `name` and `version` from `package.json` directly
    
    * chore: update
    
    * chore: update
    
    * build: remove `sourceMap` in `tsconfig`
    
    * chore: update
    
    * chore: update tsconfig
    
    * chore: cleanup some configs relate to output
    
    * chore: update and fix test
    
    * chore: remove invalid script
    9romise authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    d6cb51f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d16cf2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5f8e63 View commit details
    Browse the repository at this point in the history
  4. chore: update scripts

    ota-meshi committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    5ff1a4f View commit details
    Browse the repository at this point in the history
Loading