Alex

Results 45 comments of Alex

I could help with implementing a fix for this, assuming it's something you'd consider changing. However, I'm new to the internals of the project and not sure where this behavior...

The issue might also be related to the following: ## Typescript ```ts interface SomeInterface { foo: string; bar: string; baz: null; qux: null; } type MyObject = Override< SomeInterface, {...

> I believe we already inline those if A, B and C are not exported True, though I meant not inlining `C` into `MyObject`, but rather inlining `A | B`...

@domoritz @arthurfiorette Okay, before I start working on this, I need to clarify: 1. Do we now want to add `@inline` tag support that will make the generator behave exactly...

> * Export type A, B, C and MyObject, but type C is `foo | bar | baz | quaz` instead of a union of references of A and B....

> You can move the type declarations with export modifier to the top to avoid this situation Unlike the code in the example, in the real code the use case...

Would also like to see this implemented. Now the generator throws the error `Unknown node of kind "SpreadElement"`. I'm leaving it here so it's easier to find when googling.

Everything worked well exactly one year ago. I took a break for a while, so does anyone know in which version it started? And what exactly do I need to...

> I find that if I roll back VSCode to 1.92.x, it works again. It seems like we can just use the previous version of the Vue extension. ![image](https://github.com/user-attachments/assets/4ec5b451-70cb-41d5-b038-9e7527b9ad97) Does...

> I just downgraded to 1.8.27 At first, I downgraded too, but then I noticed that the "Go to definition" feature doesn't work inside \, and some variable references didn’t...