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: skip function declarations for ast parser #22

Merged
merged 1 commit into from
Apr 24, 2024
Merged

fix: skip function declarations for ast parser #22

merged 1 commit into from
Apr 24, 2024

Conversation

g4s8
Copy link
Owner

@g4s8 g4s8 commented Apr 24, 2024

Skip FuncDect because funcs may declare fields inside it, where fields could be handled as a part of current type.

Fix: #21

Skip `FuncDect` because funcs may declare fields inside it, where
fields could be handled as a part of current type.

Fix: #21
Copy link

codecov bot commented Apr 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.89%. Comparing base (f917c17) to head (d52c0d4).

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   93.88%   93.89%   +0.01%     
==========================================
  Files           9        9              
  Lines         670      672       +2     
==========================================
+ Hits          629      631       +2     
  Misses         34       34              
  Partials        7        7              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@g4s8 g4s8 merged commit f8f8c47 into master Apr 24, 2024
5 checks passed
@g4s8 g4s8 deleted the i21 branch April 24, 2024 11:33
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.

--all flag causes panic if functions are present in the file
1 participant