Saturday, 15 June 2013

What version of TypeScript do Visual Studio 2013 (Update 3) use? -



What version of TypeScript do Visual Studio 2013 (Update 3) use? -

what version using?

i using visual studio 2013 , have update 3 installed.

there's question here speak of how-to chose typescript version, alas haven't find "typescripttoolsversion"-entry speak of anywhere in files. have googled info version of typescript visual studio utilize on both net , menus of visual studio application without results. must missing something.

reason inquire because in directory on computer:

c:\program files (x86)\microsoft sdks\typescript

..i see typescript 0.9 , 1.0 installed. given typescript @ point littered bugs according own noble notes old typescript project, know version using , if need be, upgrade latest.

latest version

how find out version of typescript latest? typescript website store specification file of today versioned 1.0 (2014-10-11).

the website not list typescript compilers can download or versions thereof. instead, site point me visual studio updates. "release notes" find visual studio update 3 speak not word typescript versions.

going typescript website, has link "the source" goes typescript compiler stored on github. in one of files, can read version of compiler 1.3.0 (2014-10-11).

given compiler linked typescript website, guess form of "reference implementation" , can bet 2 balls 1 visual studio using. apparently though, compiler's version 1.3.0 doesn't have version of language typescript believe "only" 1.0.

i've been googling on how-to upgrade typescript version of visual studio , seem smallish nightmare. primary goal find out version of typescript using. secondary goal understand versioning scheme bit better, latest version of typescript 1.0 or 1.3? lastly shall begin endeavour of upgrading visual studio if need =)

thank you!

but primary goal find out version of typescript using.

like hans passant said tsc -v , where tsc guide right path. vs 2013 is 1.0.3

i guess form of "reference implementation" , can bet 2 balls 1 visual studio using

if looking source : https://github.com/microsoft/typescript/tree/release-1.0.3

secondary goal understand versioning scheme bit better, latest version of typescript 1.0 or 1.3?

master dev branch, unstable , not release. (you can utilize tools grunt-ts https://github.com/typestrong/grunt-ts#custom-compiler). don't worry version number there.

latest release 1.1 ctp (announcement : http://blogs.msdn.com/b/typescript/archive/2014/10/06/announcing-typescript-1-1-ctp.aspx source : https://github.com/microsoft/typescript/tree/release-1.1) ctp need fiddle vs settings.

the stable 1.0.3.

tip authoritative answer

just @ official blog posts : http://blogs.msdn.com/b/typescript/

visual-studio-2013 typescript version specifications

No comments:

Post a Comment