rich Posted February 27, 2013 Share Posted February 27, 2013 "Today, we're happy to announce the 0.8.3 preview release of TypeScript. This release adds incremental polish and bugfixes to the TypeScript compiler, language service, and Visual Studio plugin. Compiler ImprovementsIn the 0.8.3 preview release, we fixed a few key issues that improve compiler correctness and performance, including issues with 'this' typing, external modules, and scoping. The 0.8.3 preview also includes improvements to IO buffering which should now allow large projects to compile much more quickly when compiled using Node as the JavaScript host. Visual Studio Debugger Improvements The Visual Studio support for source level debugging of TypeScript no longer requires that the files being debugged are part of the current project. This allows Visual Studio to attach to a running instance of Internet Explorer and debug TypeScript projects remotely. To do so, attach to the running IE instance which has the Script type, with "Attach to:" set to Script code." http://blogs.msdn.com/b/typescript/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.