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

Proposal: migrate to TypeScript #14

Closed
alexeagle opened this issue Jul 15, 2015 · 4 comments
Closed

Proposal: migrate to TypeScript #14

alexeagle opened this issue Jul 15, 2015 · 4 comments
Assignees

Comments

@alexeagle
Copy link
Contributor

Our broccoli plugins in angular/angular are written in TypeScript, because it's a better language for a large team collaborating on a large-scale application, and because Angular is invested in TypeScript.

angular-cli project should probably do the same.

@alexeagle alexeagle self-assigned this Jul 15, 2015
@rodyhaddad
Copy link
Contributor

@alexeagle Thank would be great.

How are you planning on doing that, considering the project is in node.

Will you use something like eknkc/typescript-require?

@alexeagle
Copy link
Contributor Author

In our other projects we just bootstrap the build tool with eg.
gulp-typescript and then transpile the rest of the code before execution.
That's what we do with https://github.com/angular/ts2dart for example (and
angular/angular as well)
I just learned about typescript-require today and I should check that out
too.

On Tue, Jul 21, 2015 at 12:59 PM Rodric Haddad notifications@github.com
wrote:

@alexeagle https://github.com/alexeagle Thank would be great.

How are you planning on doing that, considering the project is in node.

Will you use something like eknkc/typescript-require
https://github.com/eknkc/typescript-require?


Reply to this email directly or view it on GitHub
#14 (comment).

@hansl
Copy link
Contributor

hansl commented Mar 17, 2016

Outside of the broccoli plugins, the whole tool can now be coded in TypeScript (with some caveat about typings), following #291.

I consider this close.

@hansl hansl closed this as completed Mar 17, 2016
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants