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: ankeetmaini/typescript-eslint-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 491ebca
Choose a base ref
...
head repository: eslint/typescript-eslint-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 76b4d42
Choose a head ref
  • 14 commits
  • 61 files changed
  • 5 contributors

Commits on Nov 28, 2018

  1. Fix: visitor-keys for TSAbstractClassProperty (eslint#560)

    * Fix: order of visiting in TSAbstractClassProperty
    
    * Add missing decorators to TSAbstractClassProperty
    
    its already supported in ClassProperty
    armano2 authored and platinumazure committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    c19e479 View commit details
    Browse the repository at this point in the history
  2. Fix: visiting typeParameters in expressions (eslint#565)

    * Fix: missing typeParameters in expressions
    
    * ignoreEval is always set to true, than we can ignore this case
    armano2 authored and platinumazure committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    83dbabb View commit details
    Browse the repository at this point in the history
  3. Fix: visiting superTypeParameters in classes (eslint#561)

    * Fix: visiting superTypeParameters in classes
    
    * Add missing decorators in TSAbstractClassDeclaration
    
    its already supported in visitClass
    
    * Add missing typeParameters in TSAbstractClassDeclaration
    
    its using same logic as ClassDeclaration
    armano2 authored and platinumazure committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    cc92044 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ff0ad1 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

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

Commits on Dec 3, 2018

  1. Configuration menu
    Copy the full SHA
    47abd82 View commit details
    Browse the repository at this point in the history
  2. Docs: Update README.md (eslint#567)

    Typescript support is 3.1.1 according to package.json file
    dudiharush authored and platinumazure committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    fed0a5a View commit details
    Browse the repository at this point in the history
  3. Build: changelog update for 21.0.2

    ESLint Jenkins committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    5148ba2 View commit details
    Browse the repository at this point in the history
  4. 21.0.2

    ESLint Jenkins committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    0c6c452 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

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

Commits on Jan 13, 2019

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

Commits on Jan 15, 2019

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

Commits on Jan 18, 2019

  1. Docs: Update README with deprecation notice (eslint#602)

    * Docs: Update README with deprecation notice
    
    * Fix package name
    
    Co-Authored-By: nzakas <nicholas@nczconsulting.com>
    nzakas authored Jan 18, 2019
    Configuration menu
    Copy the full SHA
    0c76467 View commit details
    Browse the repository at this point in the history
  2. Docs: Release info

    nzakas committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    76b4d42 View commit details
    Browse the repository at this point in the history
Loading