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: v5.0.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: v6.0.0
Choose a head ref
  • 11 commits
  • 169 files changed
  • 1 contributor

Commits on Feb 5, 2019

  1. Configuration menu
    Copy the full SHA
    0f24127 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff1a51a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    809009d View commit details
    Browse the repository at this point in the history
  4. 💥 support dynamic argument [RFC0003] (refs #39)

    This commit contains a breaking change about the tokens of VDirectiveKey
    nodes.
    mysticatea committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    53f246a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. 💥 change VDirectiveKey AST (refs #39)

    It's strange if a property can be either an AST node or other primitive value. It should not mix AST nodes and primitive values which are
    except null.
    Therefore, this commit changes the member of VDirectiveKey node to AST
    nodes from the mix of string and AST node.
    mysticatea committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    baf8e46 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Configuration menu
    Copy the full SHA
    69934be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc89f92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b57cd06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9326fa0 View commit details
    Browse the repository at this point in the history
  5. 🔖 6.0.0-beta.0

    mysticatea committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    3c356d9 View commit details
    Browse the repository at this point in the history
  6. 🔖 6.0.0

    mysticatea committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    28729dd View commit details
    Browse the repository at this point in the history
Loading