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: v8.2.3
Choose a base ref
...
head repository: babel/babel-eslint
compare: v8.2.4
Choose a head ref
  • 11 commits
  • 14 files changed
  • 5 contributors

Commits on Apr 13, 2018

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

Commits on May 8, 2018

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

Commits on Jun 15, 2018

  1. Configuration menu
    Copy the full SHA
    e802577 View commit details
    Browse the repository at this point in the history
  2. Fix token types for experimental operators (#632)

    * Added failing tests
    
    * Recognized nullish coalescing, optional chaining and pipeline operators as Punctuator tokens
    rubennorte authored and hzoo committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    74a3207 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. Fix converting template types to handle nested templates (#610)

    Fixes #603 (and the fixture from #609 works).
    
    Reworks our code that converts the format of Babylon template tokens to be a bit more robust, especially with things like nested templates with arrows.
    
    (Adapted the logic from https://github.com/eslint/espree/blob/master/lib/token-translator.js)
    existentialism committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    873f02f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Configuration menu
    Copy the full SHA
    e63962d View commit details
    Browse the repository at this point in the history
  2. Bump Babel deps

    existentialism committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    d2ac299 View commit details
    Browse the repository at this point in the history
  3. Drop node4 in travis

    existentialism committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    92874d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    476426a View commit details
    Browse the repository at this point in the history
  5. Add test for template string with object with template string inside (#…

    …639)
    
    Closes #538.
    Fixes #537.
    
    Now that #610 has landed, I wanted to make sure this case was covered.
    existentialism committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    5881648 View commit details
    Browse the repository at this point in the history
  6. 8.2.4

    existentialism committed Jun 22, 2018
    3 Configuration menu
    Copy the full SHA
    2bd8508 View commit details
    Browse the repository at this point in the history