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

fix(semantic_analyzers): fix the false positive for noConstAssign #3747

Merged
merged 13 commits into from
Nov 18, 2022
Merged

fix(semantic_analyzers): fix the false positive for noConstAssign #3747

merged 13 commits into from
Nov 18, 2022

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    be9d728 View commit details
    Browse the repository at this point in the history
  2. address comments

    Anchen Li committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    cfca99a View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. add hardcoded case checking

    Anchen Li committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    7dfa68f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72e6c1c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. fix for in and destructuring

    Anchen Li committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    40a4a5b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into fix-noConstAssign

    Anchen authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    36f6001 View commit details
    Browse the repository at this point in the history
  3. fix format

    Anchen Li committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    9d0b0f9 View commit details
    Browse the repository at this point in the history
  4. address comments

    Anchen Li committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    389a562 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. remove hardcoded binding check

    Anchen Li committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    6ebc51b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/mzbac/tools into fix-noCons…

    …tAssign
    Anchen Li committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    5029f00 View commit details
    Browse the repository at this point in the history
  3. refactor variable declaration look up logic

    Anchen Li committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    f420392 View commit details
    Browse the repository at this point in the history
  4. Update crates/rome_js_analyze/src/semantic_analyzers/nursery/no_const…

    …_assign.rs
    
    Co-authored-by: Micha Reiser <micha@reiser.io>
    mzbac and MichaReiser authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    ab91ea4 View commit details
    Browse the repository at this point in the history
  5. fix lint

    Anchen Li committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    7d921b4 View commit details
    Browse the repository at this point in the history