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

feat: make definition a supertype and add string content #37

Merged
merged 2 commits into from
May 24, 2024

Conversation

amaanq
Copy link
Member

@amaanq amaanq commented May 24, 2024

Problem

  • The definition rule not being queryable because it's hidden and not listed in the supertypes field
  • The string rule not having a named node for the content of it

Solution

  • Unhide definition and move it to the supertypes field
  • Add a string_content field to string so that one may query for the content only

This PR solves these two problems in a non-breaking manner - all existing queries will function as is with no visible changes/effects

@amaanq amaanq force-pushed the unhide-definition-and-string-content branch from 72ea59d to 2913d24 Compare May 24, 2024 17:14
@amaanq amaanq merged commit a12c4a1 into master May 24, 2024
3 checks passed
@amaanq amaanq deleted the unhide-definition-and-string-content branch May 24, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants