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

[parser] Disallow duplicate and undeclared private names #10456

Merged
merged 12 commits into from Jan 10, 2020

Commits on Jan 10, 2020

  1. [parser] Add private names tracking to Scope

    - Disallow duplicate private names
    - Disallow undeclared private names
    nicolo-ribaudo committed Jan 10, 2020
    Copy the full SHA
    f74cdae View commit details
    Browse the repository at this point in the history
  2. Update tests

    nicolo-ribaudo committed Jan 10, 2020
    Copy the full SHA
    0cc21d5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7dcf575 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    47d46a3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    10a0322 View commit details
    Browse the repository at this point in the history
  6. Fix flow

    nicolo-ribaudo committed Jan 10, 2020
    Copy the full SHA
    868b3ff View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    d9781db View commit details
    Browse the repository at this point in the history
  8. Update fixtures

    nicolo-ribaudo committed Jan 10, 2020
    Copy the full SHA
    940fe00 View commit details
    Browse the repository at this point in the history
  9. Update flow whitelist

    nicolo-ribaudo committed Jan 10, 2020
    Copy the full SHA
    b8d8312 View commit details
    Browse the repository at this point in the history
  10. Remove old output.json

    nicolo-ribaudo committed Jan 10, 2020
    Copy the full SHA
    9d74632 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    b8d0ea4 View commit details
    Browse the repository at this point in the history
  12. Make the code readable

    nicolo-ribaudo committed Jan 10, 2020
    Copy the full SHA
    f9edcba View commit details
    Browse the repository at this point in the history