-
-
Notifications
You must be signed in to change notification settings - Fork 760
Closed
Description
Search Terms
typescript 5.0
Problem
Typescript 5.0 released but the peer dependencies do not allow v5 yet.
Suggested Solution
Allow 5.0.x in the peer dependencies.
If also updating the package to v5 this is a relevant flag to the project verbatimModuleSyntax and it's connection to isolatedModules
An alternative option for imports could be to setup ts lint and use @typescript-eslint/consistent-type-imports
I had a quick attempt at updating but ended up with 2 errors in tests
evals to false:
typedoc/src/test/issueTests.ts
Line 224 in d2057a1
| equal(rFoo.flags.isReadonly, true); |
I suspect here it failes a deep equality check:
typedoc/src/test/converter2.test.ts
Line 61 in d2057a1
| getConverter2Program(); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels