-
Notifications
You must be signed in to change notification settings - Fork 470
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
chore(types): Convert src/query-helpers to TS #1016
chore(types): Convert src/query-helpers to TS #1016
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 49f5605:
|
Codecov Report
@@ Coverage Diff @@
## main #1016 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 25 25
Lines 924 927 +3
Branches 289 294 +5
=========================================
+ Hits 924 927 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com>
🎉 This PR is included in version 8.3.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Built on top of #1009 with the goal of having the file marked as moved (for git-blame and git-diff). #1009 had so many changes the GitHub no longer recognized the file as moved.
What:
Type-check
query-helpers.js
Why:
How:
Convert
query-helpers.js
to TypeScript. No runtime changes.Checklist:
[ ]Documentation added to thedocs site
[ ]Tests[ ]TypeScript definitions updatedWill investigate further if the declarations for
query-helpers
are actually incorrect