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

fix: parse anonymous structure fields #6

Merged
merged 1 commit into from
Feb 6, 2024
Merged

fix: parse anonymous structure fields #6

merged 1 commit into from
Feb 6, 2024

Conversation

g4s8
Copy link
Owner

@g4s8 g4s8 commented Feb 6, 2024

If the field is envPrefix-ed anonymous structure, then inspector handles this structure with random-generated type name and use field doc and comments as struct attributes.

Fix: #5

If the field is `envPrefix`-ed anonymous structure, then
inspector handles this structure with random-generated type name
and use field doc and comments as struct attributes.

Fix: #5
@g4s8 g4s8 merged commit 445e54b into master Feb 6, 2024
3 checks passed
@g4s8 g4s8 deleted the anon-struct branch February 6, 2024 12:30
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.

Parsing anonymous nested structs fails
1 participant