Syntax

Results 29 comments of Syntax

[Mitosis](https://github.com/BuilderIO/mitosis) may be a good solution this issue, and #25 #35 #42 as well. Not affiliated with them, but I would like React Native support. All frameworks could possibly be...

I can confirm this issue is reproducible and the solution above fixes it.

Also running into this issue when generating a type that uses Microsoft's Monaco Editor's types since it references `HTMLElement`.

```ts extensions: ['.mjs', '.js', '.mts', '.ts', '.jsx', '.tsx', '.json'] ``` The important part here is `.mjs` needs to come before `.js` Otherwise it resolves the commonjs file in the same...

@yuanqing this is ready (no more commits expected) Verified on a Windows machine with all overrides present.

This project will reside in: https://github.com/kat-tax/my-ult

I'm working on this currently. The library will be called EXO and work with React Native [+ Web] Follow me on 𝕏 and I'll announce the project: [@TheUltDev](https://x.com/theultdev) I'm using...

@AurelianSpodarec I've been focused on the Figma -> RN plugin. I finished the final update needed to continue with EXO (the primitives + UI library) You can try it here:...

@dimonnwc3 Astro builds on top of Vite, you should be able to follow the same Vite integration process: - https://docs.astro.build/en/recipes/add-yaml-support/ - https://lingui.dev/tutorials/setup-vite Just follow the Lingui Vite integration and the...