Skip to content

not working with typescript 4.9.x #81

@simllll

Description

@simllll

my plugins are no longer executed with typescript 4.9 even though it says everything got patched correctly.

tsconfig.json
image

~ npx ts-patch check
Checking TypeScript v4.9.3 installation in path/.../node_modules/typescript

[+] tsc.js is patched with ts-patch version 2.0.2 
[-] tsserverlibrary.js is not patched.
[+] typescript.js is patched with ts-patch version 2.0.2 
[-] typescriptServices.js is not patched.
[-] tsserver.js is not patched.

I tried it with a very simple transformer that just outputs something via console log, it doesn't get printed, which let's me assume that the transform is called and therefore the issue lies inside of ts-patch and it's not related to tsc 4.9? I'm I correct with this assumption?

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