Top Contributor TypeScript http://stackoverflow.com/tags/typescript/topusers
Member of all the significant TypeScript teams on Github
Identified Issues and helped with a bunch of stuff in the compiler
https://github.com/Microsoft/TypeScript/issues/created_by/basarat
Downloads: 217K
npm i alm -g
alm -o
Stable NPM releases soon
Most famous: Chrome Devtools
Most famous: Cloud9, Github Online
Semantic View Atom-TypeScript
*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
WebPack API
More than just another transpiler
Lines in parser.ts : 6k~
Lines in checker.ts: 18K~
Lines in services.ts : 8k~