-
Notifications
You must be signed in to change notification settings - Fork 21
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: support parsing type parameters #141
Conversation
🦋 Changeset detectedLatest commit: a453b46 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportBase: 92.13% // Head: 92.69% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #141 +/- ##
==========================================
+ Coverage 92.13% 92.69% +0.55%
==========================================
Files 26 26
Lines 801 835 +34
Branches 268 280 +12
==========================================
+ Hits 738 774 +36
+ Misses 48 46 -2
Partials 15 15
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
0888878
to
98532bb
Compare
309a8a3
to
e979be1
Compare
BREAKING CHANGE: onTagParams event renamed to onTagBodyParams
e979be1
to
a453b46
Compare
Description
Add support for type parameter/argument parsing.
Motivation and Context
This is improves on TypeScript support for the language.
Checklist: