-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
What is a "large" TypeScript implementation? #1757
Comments
Just to kick off the thread, there's TFS at 150k LOC http://blogs.msdn.com/b/bharry/archive/2012/10/24/typescript-a-real-world-story-of-adoption-in-tfs.aspx |
I work on a project that spits out about ~80k raw LOC unminified JS. Our unminified output (including JSDoc-style comments) is about 7.2MB of JavaScript. A quick count of semicolons across *.ts files yields about 42k results. This includes a few definition files, however, so it's a really rough count. We were early adopters of TypeScript, starting with 0.8.2, and while there have been some bumps along with the way with tooling, it's been incredibly successful for us so far. Today we're moving from 1.3 to 1.4 and everybody on the team just loves working with TS. |
We announced a little while back that Microsoft Azure's portal is made with TypeScript. It's currently over a million lines of code (actually, last I heard, it's close to 1.2 million or so): http://blogs.msdn.com/b/typescript/archive/2014/10/22/typescript-and-the-road-to-2-0.aspx |
We have around 40K lines of code in an angular app. 3.2 meg download minified. |
Looks like I'm working on the second largest TypeScript project on the planet ! |
Woah, great to hear you're getting some good use out of TypeScript! Would you care to shed some light on your project @paulmarshall? |
How do I find out how many LoC my visual studio web project has? |
@Griffork put it on github ;) https://github.com/github/linguist Update: Sorry, github doesn't give you |
Also it's 'closed source' so I can't. |
For an approximate count:
Should print |
Sorry for the delay. @NoelAbrahams For an approximate count, "Matching lines: 278463 Matching files: 1271 Total files searched: 1273" @DanielRosenwasser I'm part of a team developing a Lifetime Savings (Pensions to you and me) Administration application for use in the UK. So, looks like we're the second biggest TypeScript application on the planet (# 1 being Azure's portal)? |
VS Code has about 300,000 lines. The race is on! |
The unminified output of my project is about 5 MB, not very big. But I'm starting experience frequent Visual Studio crash problem. Thanks in advanced. |
How big (in terms of unminified JavaScript output) is a "large" typescript application you know of?
The text was updated successfully, but these errors were encountered: