-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
docs: modify type description #5615
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
Conversation
Thanks for the PR, @XinChou16! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day. |
✅ Deploy Preview for typescript-eslint ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5615 +/- ##
==========================================
+ Coverage 91.63% 92.51% +0.88%
==========================================
Files 134 308 +174
Lines 1506 10354 +8848
Branches 226 3123 +2897
==========================================
+ Hits 1380 9579 +8199
- Misses 62 486 +424
- Partials 64 289 +225
Flags with carried forward coverage won't be shown. Click here to find out more.
|
The docs are correct. The property is
If you think you've identified an issue, please:
|
look at this, https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/README.md#parseroptionsprograms so there should be program ? @JoshuaKGoldberg |
Interesting - so we do have typescript-eslint/packages/typescript-estree/src/parser-options.ts Lines 166 to 171 in efc147b
But, that's not the same as what the parser README is describing. I think this rolls up into #5090: this area of code isn't quite documented for end users. |
OK,I got it, thanks a lot. |
PR Checklist
Overview
fix docs type error