Skip to content

Allow Typescript 5.0 #2201

@nandi95

Description

@nandi95

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:

equal(rFoo.flags.isReadonly, true);

I suspect here it failes a deep equality check:
getConverter2Program();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions