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

Update: no-new-func rule catching eval case of MemberExpression #14860

Merged
merged 16 commits into from Sep 23, 2021

Commits on Jul 30, 2021

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

Commits on Aug 2, 2021

  1. Copy the full SHA
    8e4f5cf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    81b1c60 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8dbcb44 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e78dc5e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

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

Commits on Aug 26, 2021

  1. Docs: improve no-new-func description

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    archmoj and mdjermanovic committed Aug 26, 2021
    Copy the full SHA
    7a83a49 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Fix: revise no-new-func logic

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    archmoj and mdjermanovic committed Aug 27, 2021
    Copy the full SHA
    05e750e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    885ed3a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ef39ca7 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    083ad40 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Docs: modify no-new-func docs

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    archmoj and mdjermanovic committed Sep 7, 2021
    Copy the full SHA
    13f61ea View commit details
    Browse the repository at this point in the history
  2. Docs: add no-new-func example

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    archmoj and mdjermanovic committed Sep 7, 2021
    Copy the full SHA
    8a41cc9 View commit details
    Browse the repository at this point in the history
  3. Fix: use maybeCallee instead of parent in no-new-func

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    archmoj and mdjermanovic committed Sep 7, 2021
    Copy the full SHA
    c49f69f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. add tests

    mdjermanovic committed Sep 16, 2021
    Copy the full SHA
    0d11a0e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. check method name

    mdjermanovic committed Sep 22, 2021
    Copy the full SHA
    e6421b3 View commit details
    Browse the repository at this point in the history