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

Implemented Enum declaration support #128

Merged
merged 2 commits into from
Oct 23, 2024
Merged

Implemented Enum declaration support #128

merged 2 commits into from
Oct 23, 2024

Conversation

arodionov
Copy link
Contributor

@arodionov arodionov commented Oct 22, 2024

Implemented visitEnumDeclaration parser.
To implement Enum members' initialisation, had to override the visitEnumValue method at JavaScriptPrinter class.

@arodionov arodionov force-pushed the enum-simple-support branch 2 times, most recently from c3342e9 to 375fb60 Compare October 22, 2024 12:26
@arodionov arodionov self-assigned this Oct 22, 2024
Implemented `visitEnumDeclaration` parser.
Enum members initialization in `visitEnumMember` is not currently implemented.
@arodionov arodionov merged commit 24f27cd into main Oct 23, 2024
2 checks passed
@arodionov arodionov deleted the enum-simple-support branch October 23, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants