-
Notifications
You must be signed in to change notification settings - Fork 251
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(extract): adds recognition of jsdoc @import type imports #965
Conversation
Test driving it, seems to work great already. |
Thanks! Good to hear it works 🎉 There will be small changes over time. E.g. since yesterday I've changed the names of dependencyTypes a bit (for regular cli use shouldn't matter) and I'll add a feature switch to (1) prevent this being a breaking change (2) auto-switch the javascript parser to |
…en true extract code will attempt jsdoc import detection
…g an *ss on the ci
Code Climate has analyzed commit 2daf3d3 and detected 0 issues on this pull request. View more on Code Climate. |
Description
jsdoc
,jsdoc-import-tag
dependency types@import
jsdoc tagparser
set totsc
parser
attribute set totsc
)Future work:
/** @type {import('yadda').bla} */
) statements in other jsdoc tags - see typescript jsdoc reference for a list => likely better in a separate PR.Motivation and Context
Addresses #964
How Has This Been Tested?
Types of changes
Checklist
📖
⚖️