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

Handle parsing more syntax in .d.ts files #367

Merged
merged 3 commits into from
Sep 17, 2024
Merged

Conversation

kevinbarabash
Copy link
Contributor

@kevinbarabash kevinbarabash commented Sep 15, 2024

This is to support work on merging .d.ts to avoid import cycles in graphql. Merging of .d.ts files will be tackled in a future PR.

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 92.59259% with 26 lines in your changes missing coverage. Please review.

Project coverage is 84.30%. Comparing base (bc08e88) to head (a519f21).

Files with missing lines Patch % Lines
src/Escalier.Interop/MergeLib.fs 77.27% 20 Missing ⚠️
src/Escalier.Codegen/Codegen.fs 0.00% 5 Missing ⚠️
src/Escalier.Interop/Parser.fs 99.61% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #367      +/-   ##
==========================================
+ Coverage   83.50%   84.30%   +0.79%     
==========================================
  Files          22       23       +1     
  Lines       12701    12930     +229     
  Branches     1823     1857      +34     
==========================================
+ Hits        10606    10900     +294     
+ Misses       2095     2030      -65     

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

@kevinbarabash kevinbarabash merged commit 3e212e7 into main Sep 17, 2024
1 check passed
@kevinbarabash kevinbarabash deleted the parse-moar-dts-syntax branch September 17, 2024 03:42
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