generated from JoshuaKGoldberg/create-typescript-app
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
area: documentationImprovements or additions to docs 📝Improvements or additions to docs 📝status: in discussionNot yet ready for implementation or a pull requestNot yet ready for implementation or a pull request
Description
Bug Report Checklist
- I have pulled the latest
main
branch of the repository. - I have searched for related issues and found none that matched my issue.
Overview
Neither the README.md
nor https://joshuakgoldberg.github.io/ts-api-utils/stable/ mention what the supported versions of TypeScript are. We should really make that clear:
- Consumers shouldn't be surprised if their relatively old TS version doesn't work with
ts-api-utils
- Dependents of
ts-api-utils
might have their own support ranges, and need to know if they match up
Per package.json
, currently it's >=4.8.4
:
Lines 95 to 97 in 0bd7d7a
"peerDependencies": { | |
"typescript": ">=4.8.4" | |
}, |
Additional Info
Relevant to #711, which is on a feature not supported in older TS versions.
💖
Metadata
Metadata
Assignees
Labels
area: documentationImprovements or additions to docs 📝Improvements or additions to docs 📝status: in discussionNot yet ready for implementation or a pull requestNot yet ready for implementation or a pull request