Daniel X Moore
Daniel X Moore
Are there any links to issues in the TypeScript repo about this? Before implementing such a feature it is important for us to know where TS stands so we can...
Ok, after reading through the TS issues I think this is a good idea. Here's my thoughts: - Allow for parsing different config file extensions based on what modules exist...
For type-checked imports we may be able to auto-generate a `.d.ts` in the LSP in a similar way.
> * Allow for parsing different config file extensions based on what modules exist in the local user project Some of my thoughts on this are combining with #641 so...
We'll need to add support for `$:` labels too. Should be straightforward.
@levitabris Have you taken a look at our new Rollup and Vite plugins? https://github.com/DanielXMoore/Civet/tree/main/integration/unplugin/examples please try them out and let us know if you have any questions or encounter any...
Thanks for this contribution! It does seem useful, I'll have to think on it a while and work through the implications.
http://railscasts.com/episodes/163-self-referential-association
Yes, I'll look into that, thanks for the comment!
@edemaine if you're excited about trying `|id>` it go for it! Destructuring in there is fine as well. We probably won't really know the pros and cons until we try...