feat: added support for typescript@^6.0.0#121
Conversation
🦋 Changeset detectedLatest commit: 0b3df35 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
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 |
|
@JoshuaKGoldberg Is this ready to review? (It's still in draft) |
|
I don't recall 😅 let's say, no blockers? |
There was a problem hiding this comment.
This is a good start, though since this repository also forks the core Twoslash, there is some changes that the main twoslash (Part of what i had been waiting for before starting this process) included during their v6 upgrade... That we want to be sure to get as well!
|
The code change would be here: expressive-code-twoslash/packages/@ec-ts/twoslash/src/core.ts Lines 114 to 118 in 7be325c |
Description
Closes #120.
Adds
|| ^6.0.0to thetypescriptcatalog range.I wasn't sure what to do about testing in CI (do you want a matrix of TS versions?) so I didn't add anything.