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

Allow mod as an aa prop, aa member identifier kinds forced to Identifier #684

Merged
merged 2 commits into from
Sep 2, 2022

Conversation

TwitchBronBron
Copy link
Member

@TwitchBronBron TwitchBronBron commented Sep 2, 2022

  • Allow mod as an aa prop.
  • Force all AA member identifier-like tokens to Identifier kind. By default, certain keywords (like mod, or, and, etc...) are parsed as TokenKind.Mod, TokenKind.Or, TokenKind.And, but should be considered TokenKind.Identifier when used as aa literal names

Force all AA member identifier-like tokens to `Identifier` kind
@TwitchBronBron TwitchBronBron merged commit f7d789a into master Sep 2, 2022
@TwitchBronBron TwitchBronBron deleted the mod-as-object-prop branch September 2, 2022 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant