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.
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.
|
|
|
Many of your questions are answered by the Encyclopedia example on the typescript site. 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 |
|||
|
|
|
Check out the TypeScript sample source code, they have full Win 8 app as an example: http://typescript.codeplex.com/SourceControl/changeset/view/d397c54a55db |
|||
|
|
|
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 |
|||
|
|