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: expose non-top-level production classes #732

Merged
merged 3 commits into from
May 24, 2023
Merged

Conversation

saschanaz
Copy link
Member

This does not expose top level productions for now, since the parse function of them have some weird internal-only behavior, e.g. Interface.parse does not parse interface keyword by itself. Technically same for Attribute and Operation, but they are usable at least.

This patch includes:

  • A relevant test (N/A, just exposes things)
  • A relevant documentation update

@saschanaz
Copy link
Member Author

But I guess #702 is blocking you, @marcoscaceres ?

@saschanaz
Copy link
Member Author

Turns out I pushed the wrong button.

@saschanaz saschanaz merged commit 5b70350 into main May 24, 2023
@saschanaz saschanaz deleted the export-productions2 branch May 24, 2023 07:40
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.

2 participants