The possible compilation targets are (excluding DEV/PROD differences):
- CSR;
- SSR;
- Vapor mode CSR;
- TS library;
- Possibly
.d.ts generation;
The compiler needs to be able to efficiently support all the targets with some common layer and target-specific implementations.
The possible compilation targets are (excluding DEV/PROD differences):
.d.tsgeneration;The compiler needs to be able to efficiently support all the targets with some common layer and target-specific implementations.