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

Fix crash, false-positive in no-statement-after-end #316

Merged
merged 4 commits into from
Dec 23, 2020

Commits on Dec 8, 2020

  1. Test crash in no-statement-after-end

    Unreachable code in the global scope results in an undefined
    `currentSegmentInfo`, crashing no-statement-after-end.
    ninevra committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    d2fcbf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53f397f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1f9f20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    195051c View commit details
    Browse the repository at this point in the history