Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.
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: babel/babel-eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.0.0
Choose a base ref
...
head repository: babel/babel-eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.0.1
Choose a head ref
  • 7 commits
  • 7 files changed
  • 3 contributors

Commits on Sep 25, 2018

  1. Drop old monkeypatching behavior (#689)

    An alternative to adding a direct dep on estraverse (#685), let's just drop the old monkeypatching behavior.
    
    Closes #685, Closes #680
    existentialism authored and hzoo committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    c333bd6 View commit details
    Browse the repository at this point in the history
  2. Test eslint5, update peerDep (#690)

    * test against eslint 5
    * set peerDep
    hzoo authored Sep 25, 2018
    Configuration menu
    Copy the full SHA
    b400cb1 View commit details
    Browse the repository at this point in the history
  3. Treat type alias declarationlike function declaration (#584)

    A type alias shouldn't trigger a no-use-before-define warning just
    like a function declaration.
    
    Cyclic type dependencies are common when using flow.
    For instance: type Node<T> = { head: T; tail: Node<T> }
    
    Fixes #485
    joa authored and hzoo committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    020d012 View commit details
    Browse the repository at this point in the history
  4. test value should be switched

    hzoo committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    717fba7 View commit details
    Browse the repository at this point in the history
  5. 10.0.0

    hzoo committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    8f78e28 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Revert #584 (#697)

    * Revert "Treat type alias declarationlike function declaration (#584)"
    
    This reverts commit 020d012.
    hzoo authored Sep 27, 2018
    Configuration menu
    Copy the full SHA
    98c1f13 View commit details
    Browse the repository at this point in the history
  2. 10.0.1

    hzoo committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    4cf0a21 View commit details
    Browse the repository at this point in the history
Loading