cli icon indicating copy to clipboard operation
cli copied to clipboard

[Source code]unknown on catch Clause Bindings since typescript 4.0

Open TrickyPi opened this issue 3 years ago • 3 comments

e.g: https://github.com/swc-project/cli/blob/master/src/swc/compile.ts#L83

ts doc: https://devblogs.microsoft.com/typescript/announcing-typescript-4-0/#unknown-on-catch

TrickyPi avatar Dec 02 '21 02:12 TrickyPi

Can you elaborate?

kdy1 avatar Dec 02 '21 02:12 kdy1

Some annoying error messages appeared in some code files, which seem to not affect yarn types and yarn build

截屏2021-12-02 下午6 07 18

TrickyPi avatar Dec 02 '21 10:12 TrickyPi

It seems that only typescript with version 4.4 or higher will report the error

await-ovo avatar Mar 17 '22 09:03 await-ovo