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

make globalGqlIdentifierName case sensitive #5945

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 29, 2024

  1. Global Identifiers are forced lower case

    Global identifiers are converted to lower case before being used in this file. This patch corrects the comparison function to so they match in the file if the source identifier is not all lower case
    fantastiskm committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3cf3d62 View commit details
    Browse the repository at this point in the history
  2. Prettier & Tests

    fantastiskm committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2ea922b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65ce7ce View commit details
    Browse the repository at this point in the history
  4. Change to be case sensitive

    - don't lower case any globalGqlIdentifierNames
    fantastiskm committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5402604 View commit details
    Browse the repository at this point in the history