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: v4.6.1
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: v4.7.0
Choose a head ref
  • 6 commits
  • 89 files changed
  • 6 contributors

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    c8a4dad View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. fix(eslint-plugin): [no-extra-non-null-assertion] false positive with…

    … non-nullable computed key (#2737)
    ddubrava authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    e82698c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Configuration menu
    Copy the full SHA
    0d0af64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83385ac View commit details
    Browse the repository at this point in the history
  3. feat: support TS4.1 features (#2748)

    Fixes #2583
    
    - Adds AST for Key Remapping in Mapped Types and Template Literal Types
    - Adds visitor keys for the above
    - Adds scope manager support for the above (just tests were required as it all is pretty simple)
    - Regenerates the scope-manager lib types
    bradzacher authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    2be354b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. chore: publish v4.7.0

    JamesHenry committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    c473780 View commit details
    Browse the repository at this point in the history
Loading