Daniel X Moore

Results 96 comments of 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...