Wenlu Wang

Results 42 comments of Wenlu Wang

In fact, I am more worried about another thing: Union of Object and type guard for example: ```ts type T = { a:number, b: string} | {b: string, c: number}...

Yes, that is the normally union type implement,but the ts are `structural subtyping` and do not have pattern match, that means we cannot access an object with the actually type...

it's very helpful to me!

Hey folks. Any progress? We have a huge svg based app and cannot work fine. I think this PR may resolve the problem.

stage-3 now🙋🏻‍♂️

Sorry, maybe I didn’t make it clear. for example: ```ts interface Foo { a: string b: string } interface Bar { b: string c: string } type Baz = Foo...

Similar problem, `struct X` and `struct XArgs` and `struct XResult` is conflicts and broken another problem is a field named `arguments`, also a diagnosis here

Hey folks! I guess we can do something like volar(vue language service) and svelte language service. To integrate mdx with ts server. Luckly the syntax of mdx is simple. I'll...

Hi folks! Looking forward for this landed!