Closed
Description
I need to filter diagnostic messages after code emit.
I managed to filter them in VSCode using language service plugin and now I am trying to suppress this errors in ttsc output.
Firstly, I tried to patch the emit method of program provided to the transformer factory, but it does not work.
I also can't patch any function like emitFilesAndReportErrorsAndGetExitStatus, possibly because ttypescript passes to tsc another ts instance.
Any thoughts?
Metadata
Metadata
Assignees
Labels
No labels