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: typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.0
Choose a base ref
...
head repository: typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.0
Choose a head ref
  • 8 commits
  • 665 files changed
  • 5 contributors

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    5fdd21a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba41680 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. feat: split types into their own package (#2229)

    As part of the scope analysis work, I want to remove its runtime dependency on `typescript-estree`, so it doesn't need to depend on `typescript`.
    It only needs a few pieces from the package; AST_NODE_TYPES, and the visitor keys.
    
    This moves the following the to a new package, `@typescript-eslint/types`:
    - `AST_NODE_TYPES`
    - `AST_TOKEN_TYPES`
    - `TSESTree` (aka the types for the typescript-estree AST)
    - `ParserOptions` (moved out of `experimental-utils`)
    
    This has the added bonus of getting us very close to removing the need for `parser` to depend on `experimental-utils`, which will reduce its dependency tree significantly.
    bradzacher authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    5f45918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    689dae3 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. docs: add FAQ about typescript errors not being included in lint outp…

    …ut (#2258)
    
    There have been a few issues asked about this, so explicitly note this in the FAQ.
    bradzacher authored Jun 26, 2020
    Configuration menu
    Copy the full SHA
    c35a66a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. docs: update docs/getting-started/linting/README.md (#2243)

    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    jparksecurity and bradzacher authored Jun 27, 2020
    Configuration menu
    Copy the full SHA
    5c91bee View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    682eb7e View commit details
    Browse the repository at this point in the history
  2. chore: publish v3.5.0

    JamesHenry committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    16667b1 View commit details
    Browse the repository at this point in the history
Loading