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

prop-types improved handling for destructuring and member expressions #1605

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Dec 13, 2017

  1. errors are now successfully reported on all valid forms of destructur…

    …ing except for MemberExpressions outside of VariableDeclarators
    cbranch101 committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    d30eed4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81858de View commit details
    Browse the repository at this point in the history
  3. Removed duplicated coded, moved second switch statement in markPropsT…

    …ypesAsUsed into its own function and simplified processing flow
    cbranch101 committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    a52fec4 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. cleaning up unnecessary changes, confirming that ignored object and a…

    …rray methods are functions
    cbranch101 committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    c92c347 View commit details
    Browse the repository at this point in the history
  2. fixed linter error

    cbranch101 committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    aa82701 View commit details
    Browse the repository at this point in the history