Question

Is the version of TypeScript on Web Essentials the same as the one provided by the TypeScript web site?

http://vswebessentials.com/features/typescript

Here is the link provided by the TypeScript web site:

http://go.microsoft.com/fwlink/?LinkID=266563

Is there any differences between them?

Was it helpful?

Solution

There is no difference between the two. In fact web essentials leads to the same url. ie:

http://vswebessentials.com/features/typescript > http://www.typescriptlang.org/#Download > "Download the plugin" > http://www.microsoft.com/en-us/download/details.aspx?id=34790

Whic is same as > http://go.microsoft.com/fwlink/?LinkID=266563 > http://www.microsoft.com/en-us/download/details.aspx?id=34790

I prefer to download from https://typescript.codeplex.com/releases/ Since you get the even more cutting edge versions as well (e.g. you can get 0.9.0). But no difference between old versions (e.g. 0.8.3 are same at codeplex as MS site)

OTHER TIPS

Web Essentials depends on the download provided by the typescript website:

"Full support for TypeScript preview and compilation. Remember to install the official plug-in for Visual Studio to take full advantage of TypeScript"

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top