Top Contributor TypeScript http://stackoverflow.com/tags/typescript/topusers
Member of all the significant TypeScript teams on Github
Definitely Typed
TypeStrong
Typings
Identified Issues and helped with a bunch of stuff in the compiler
https://github.com/Microsoft/TypeScript/issues/created_by/basarat
Microsoft
Official Link
Downloads: 217K
npm i alm -g
alm -o
Stable NPM releases soon
CodeMirror
ACE
Most famous: Chrome Devtools
Most famous: Cloud9, Github Online
NPM
MANUAL
http://marijnhaverbeke.nl/blog/
Semantic View Atom-TypeScript
renderToString
*TypeScript
<div class="root"> <div class="hello"> Hello </div> <div class="me"> is it me </div> </div> <div class="look"> you are looking for </div>
.root { display: flex; flex-direction: row; .hello { flex: 1 } }
<gls.ContentHorizontal> <gls.Content> Hello </gls.Content> <gls.Flex/> <gls.Content> is it me </gls.Content> </gls.ContentHorizontal> <gls.Content> you are looking for </gls.Content>
GLS : http://basarat.com/gls
npm run foo
https://docs.npmjs.com/misc/scripts
Source : devtime.ts
WebPack API
More than just another transpiler
Lines in parser.ts : 6k~
Lines in checker.ts: 18K~
Lines in services.ts : 8k~
@basarat
http://alm.tools/
By basarat