Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How would I use TypeScript in a Windows 8 Store app that's JavaScript-based? I don't see any obvious way of doing this.

share|improve this question

3 Answers

up vote 3 down vote accepted

Many of your questions are answered by the Encyclopedia example on the typescript site.

http://www.typescriptlang.org/Samples/#Encyclopedia

Since TypeScript produces JavaScript Windows 8 and the Windows Store see them as a normal JavaScript based Windows Store application. The referenced example contains the modifications to the project file to build the .ts into .js automatically.

share|improve this answer

Check out the TypeScript sample source code, they have full Win 8 app as an example: http://typescript.codeplex.com/SourceControl/changeset/view/d397c54a55db

share|improve this answer

Although the Encyclopedia example is a representation of how TypeScript is used, there is not built in functionality to do so. See the following link to see a complete walkthrough.

http://blog.tattoocoder.com/2012/10/typescript-for-windows-8-store-apps.html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.