Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes eslint warning when node type is ChainExpression #19680

Merged
merged 6 commits into from
Aug 29, 2020

Commits on Aug 26, 2020

  1. Add babel parser which supports ChainExpression

    Pascal Fong Kye committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    de71e14 View commit details
    Browse the repository at this point in the history
  2. Add and fix tests for new babel eslint parser

    Pascal Fong Kye committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    a4dd52d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. extract function to mark node

    Pascal Fong Kye committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    8309b2d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Configuration menu
    Copy the full SHA
    7174219 View commit details
    Browse the repository at this point in the history
  2. refactor for compatibility with eslint v7.7.0+

    Pascal Fong Kye committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    0b0c734 View commit details
    Browse the repository at this point in the history
  3. Update eslint to v7.7.0

    Update hook test since eslint now supports nullish coalescing
    Pascal Fong Kye committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    c5d356f View commit details
    Browse the repository at this point in the history