Skip to content
This repository has been 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
base: v9.0.0
Choose a base ref
...
head repository: babel/babel-eslint
compare: v10.0.0
Choose a head ref
  • 5 commits
  • 9 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
    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 committed Sep 25, 2018
    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
    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
    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
    Copy the full SHA
    8f78e28 View commit details
    Browse the repository at this point in the history