You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to propose a feature:
It would be extremely nice if TypeScript compiler allowed code generation and annotation processing similar to JSR 269.
Code in TS relies on runtime reflection for everything. If some of the analysis done at compile time and properly statically linked code generated, it would have huge performance increase during run time.
For example of successful implementation of this approach look and Google's Dagger 2.
The text was updated successfully, but these errors were encountered:
I would like to propose a feature:
It would be extremely nice if TypeScript compiler allowed code generation and annotation processing similar to JSR 269.
Code in TS relies on runtime reflection for everything. If some of the analysis done at compile time and properly statically linked code generated, it would have huge performance increase during run time.
For example of successful implementation of this approach look and Google's Dagger 2.
The text was updated successfully, but these errors were encountered: