Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Generation using Annotation Processors (JSR 269) #6119

Closed
ENikS opened this issue Dec 16, 2015 · 1 comment
Closed

Code Generation using Annotation Processors (JSR 269) #6119

ENikS opened this issue Dec 16, 2015 · 1 comment
Labels
Duplicate An existing issue was already created

Comments

@ENikS
Copy link

ENikS commented Dec 16, 2015

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.

@mhegazy
Copy link
Contributor

mhegazy commented Jan 5, 2016

With issue #5595 in place, a lot of these scenarios should be enabled.

@mhegazy mhegazy closed this as completed Jan 5, 2016
@mhegazy mhegazy added the Duplicate An existing issue was already created label Jan 5, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

2 participants