Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Breaking: make AST match Espree 6 #785

Merged
merged 1 commit into from
Nov 1, 2019
Merged

Breaking: make AST match Espree 6 #785

merged 1 commit into from
Nov 1, 2019

Commits on Jul 31, 2019

  1. Breaking: make AST match Espree 6

    Some node types has changes in accordance with changes in espree:
    - `ExperimentalSpreadProperty` became `SpreadElement`.
    - `ExperimentalRestProperty` became `RestElement`.
    - `Literal` became `JSXText` (for JSXText).
    golopot committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    b382ab9 View commit details
    Browse the repository at this point in the history