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: d900ec2
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: 50b0126
Choose a head ref
  • 6 commits
  • 60 files changed
  • 2 contributors

Commits on Mar 15, 2022

  1. Add support for scope analysis of <script setup> (#144)

    * Add support for scope analysis of `<script setup>`
    
    * update
    
    * fix for win test
    
    * Support for Compiler Macro
    
    * rename
    
    * refactor
    
    * refactor
    ota-meshi authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    62b6986 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Custom template tokenizers (#148)

    * add support for custom template tokenizers
    
    * fix types
    
    * Make existing tests pass
    
    * merge tokens into existing tokenizer
    
    * add ast test
    
    * Write documentation for custom template tokenizers
    
    * forward tokenizer controls to custom tokenizer
    
    * document attributes used to control tokenizer
    
    * refactor template text tokenizing into separate method.
    
    * fix mock tokenizer token ranges
    
    * guard against empty text nodes
    
    * don't parse mustaches when template lang isn't html
    
    * test if tokenizer gets unprocessed mustaches
    
    * don't call the custom tokinzer on root text nodes if we are already processing a custom template lang
    
    * don't have empty tokens in custom tokenizer
    
    * add disclaimer for templateTokenizer option
    
    * prevent nested template parsing by checking if template is top level instead of maintaining a flag
    rashfael authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    9448a78 View commit details
    Browse the repository at this point in the history
  2. Drop support for Node.js v12 (#149)

    * Drop support for Node.js v12
    
    * update
    
    * fix core tests
    ota-meshi authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    caac5e8 View commit details
    Browse the repository at this point in the history
  3. prepare release

    ota-meshi committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    22f461e View commit details
    Browse the repository at this point in the history
  4. 9.0.0-alpha.0

    ota-meshi committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    c476e7c View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. 9.0.0

    ota-meshi committed May 11, 2022
    Configuration menu
    Copy the full SHA
    50b0126 View commit details
    Browse the repository at this point in the history
Loading