Discussions under Code Checkins

Use this discussion page to discuss the language specification (docx, pdf), to provide feedback on code checkins, and to ask project questions.

To report a bug on the CodePlex project, use the Issue Tracker. To report issues on the Visual Studio tools, use Connect. To ask questions about using TypeScript, use StackOverflow.

Branch "release-0.9.0-alpha" ???

first post: djarekg wrote: I am the only person who has noticed a new branch "release-0.9.0-al...

latest post: jonturner wrote: @nabog - if the issues are fixed in the compiler or language servic...

FidelityGenerics branch?

first post: mihailik wrote: What's that new branch for? https://typescript.codeplex.com/Sourc...

latest post: danquirk wrote: It's just a safe place for us to do the work to get the parser usin...

Using LKG Develop Branch

first post: djarekg wrote: I know there is documentation on how to use internal builds (i.e. d...

latest post: jonturner wrote: @djarekg - exactly what jbaroncom says. The 0.9.0 work in 'develop...

TS 0.8.2 Compile Exit Code 3

first post: lokinfey wrote: I use typescript for windows 8 template http://www.sellsbrothers.c...

latest post: jonturner wrote: There were some changes to the project file format between 0.8.1.1 ...

ES6 generators/iterators and for..of

first post: oisin wrote: User @rbuckton sent a pull request for ES6 generators/iterators an...

latest post: jonturner wrote: We're looking into supporting generators after 1.0 is release. Th...

Typescript 0.8.2 Release Notes?

first post: ursuletzu wrote: Where can we find Typescript 0.8.2 Release Notes?

latest post: ursuletzu wrote: thanks

So JSDoc is officially adopted for machine-readable comments?

first post: mihailik wrote: After commit 212257181d09 there is hardly any doubt. Interestingl...

latest post: novaleaf wrote: yep! you can read a community discussion on the feature here: ht...

What's 'jakefile' in recent testing commits?

first post: mihailik wrote: It seemed to first appear on 19th of December, commit 09e212f08fcb...

latest post: mihailik wrote: Or is it a single js file?

Version 0.8.1.1 compiling problem

first post: mvbaffa wrote: Hi, After installing verison 0.8.1.1 of Typescript I am receiving ...

latest post: mvbaffa wrote: Sorry this question is better suited to the general category. I wi...

Amd module with generate name for module ?

first post: lovedota wrote: I have a typescript export module MasterView { export function...

latest post: kostiknoir wrote: >How about a singleton in typescript Also you can use such way htt...