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: fully resolve type paths for auto-import declarations #1528

Merged
merged 1 commit into from
Aug 6, 2023

Conversation

danielroe
Copy link
Member

πŸ”— Linked issue

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

This PR uses fully-resolved paths for type declarations

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@danielroe danielroe added the enhancement New feature or request label Aug 4, 2023
@danielroe danielroe requested a review from pi0 August 4, 2023 09:49
@danielroe danielroe self-assigned this Aug 4, 2023
@codecov
Copy link

codecov bot commented Aug 4, 2023

Codecov Report

Merging #1528 (1e59711) into main (451d314) will increase coverage by 0.08%.
The diff coverage is 95.12%.

@@            Coverage Diff             @@
##             main    #1528      +/-   ##
==========================================
+ Coverage   76.25%   76.33%   +0.08%     
==========================================
  Files          73       73              
  Lines        7478     7513      +35     
  Branches      734      742       +8     
==========================================
+ Hits         5702     5735      +33     
- Misses       1775     1777       +2     
  Partials        1        1              
Files Changed Coverage Ξ”
src/build.ts 85.93% <95.12%> (+0.61%) ⬆️

@pi0 pi0 merged commit 9f1b2ff into main Aug 6, 2023
7 checks passed
@pi0 pi0 deleted the feat/resolved-type-paths branch August 6, 2023 18:42
@pi0 pi0 mentioned this pull request Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants