astro-angular
To improve compatibility, add and example React component with a tsx file extension to the astro-app
project. This provides a use case of using Angular components in Astro alongside other components, which can produce type errors today.
This will help fix these incompatibilities or help provide patches upstream. The main issue is that the esbuild compiler plugin we're using to optimize dependencies is picking up tsx files and trying to compile them even though they aren't imported anywhere outside of .astro
files. I believe this is due to .astro
files being compiled into TypeScript code, and therefore introducing an import
internally that the compilation is picking up.
No response
Owner Name | analogjs |
Repo Name | analog |
Full Name | analogjs/analog |
Language | TypeScript |
Created Date | 2022-07-06 |
Updated Date | 2023-03-28 |
Star Count | 885 |
Watcher Count | 18 |
Fork Count | 67 |
Issue Count | 33 |
Issue Title | Created Date | Updated Date |
---|