TypeScript 0.9 – What’s Improved
flippinawesome.org
TypeScript 0.9 – What’s Improved
1–10 of 24 posts
Re: TypeScript 0.9 – What’s Improved
#2Re: TypeScript 0.9 – What’s Improved
#3Re: TypeScript 0.9 – What’s Improved
#4Re: TypeScript 0.9 – What’s Improved
#5Is TypeScript a superset of JavaScript? Or is there valid JavaScript that doesn't compile in TS?
Re: TypeScript 0.9 – What’s Improved
#6Is TypeScript a superset of JavaScript? Or is there valid JavaScript that doesn't compile in TS?
Re: TypeScript 0.9 – What’s Improved
#7Is TypeScript a superset of JavaScript? Or is there valid JavaScript that doesn't compile in TS?
Superset[1] [1] http://www.typescriptlang.org/
Is there a guarantee that TS will remain a strict superset?
Looking at the syntax, it reminds me of Flash ActionScript, which started out as an ECMAScript implementation but became an incompatible superset that pretended to be JavaScript compatible but would whine endlessly about untyped var declarations...
Hopefully ActionScript and C++ will serve as warnings to TypeScript designers: if you're ever thinking about disrupting code compatibility with the original language in the name of added type safety, don't do it.
Re: TypeScript 0.9 – What’s Improved
#8Re: TypeScript 0.9 – What’s Improved
#9Earlier quoted context omitted.
Superset[1] [1] http://www.typescriptlang.org/
Thanks! Is there a guarantee that TS will remain a strict superset? Looking at the syntax, it reminds me of Flash ActionScript, which started out as an ECMAScript implementation but became an incompatible superset that pretended to be JavaScript compatible but would whine endlessly about untyped var declarations... Hopefully ActionScript and C++ will serve as warnings to TypeScript designers: if you're ever thinking…
Re: TypeScript 0.9 – What’s Improved
#10The best recent development in TypeScript IMHO is there's now a usable Sublime Text plugin that makes code completion and other goodness available outside Visual Studio. https://github.com/Railk/T3S