🚀 Feature: Increase supported TS versions to reflect the passage of time (April/May 2023) #206
Closed
3 tasks done
Labels
status: accepting prs
Please, send a pull request to resolve this! 🙏
type: feature
New enhancement or request 🚀
Bug Report Checklist
main
branch of the repository.Overview
TypeScript 4.2 is over 2 years old now. And there is some internal code that has to check whether the TS version is >=4.3 or not:
ts-api-utils/src/tokens.ts
Line 38 in 6050cfe
Let's drop support for TS 4.2 and update
.github/test.yml
.Additional Info
Technically, because this library is still 0.X, dropping support for TypeScript 4.2 wouldn't constitute a violation of semver. This would be a good opportunity to bump to a next minor version. Related: #170
The text was updated successfully, but these errors were encountered: