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 ask questions about using TypeScript, use StackOverflow.

Why is this code compiles successfully?

first post: darth_vader wrote: class Person { public firstName: string; constructor()...

latest post: MgSam wrote: It compiles because it's legal TypeScript code. TypeScript (as Java...

Could Typescript generates code that makes JSHint happy?

first post: janbaer wrote: Hello everybody, I've written the following typescript-Code /*jsli...

latest post: janbaer wrote: Thanks, this command line option has solved the problem. I've used ...

Serious issues with 0.9.0

first post: kingdango wrote: TypeScript is awesome, yes. But the 0.9.0 build is seriously probl...

latest post: jonturner wrote: This discussion has been copied to a work item. Click [here](https:...

How exactly do I update from source, e.g. the develop branch?

first post: oisin wrote: I installed the public 0.9.0 MSI earlier today and was instantly bl...

latest post: oisin wrote: Hi Paul I'm actually trying to ask in a long winded way, how do I ...

release-0.9

first post: fdecampredon wrote: I see a release-0.9 branch :p So i guess we can hope about the 0...

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...