We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f66ce1 commit aa9de76Copy full SHA for aa9de76
TypeScriptES2015/Readme.md
@@ -0,0 +1,11 @@
1
+# What's New in TypeScript 1.5?
2
+
3
+This folder contains sample I created for an article for the German [Windows Developer](https://entwickler.de/) magazine. It covers:
4
5
+* TypeScript's new module syntax which is not compatible with ECMAScript 2015
6
+* Destructuring
7
+* The new keywords `let` and `const`
8
+* The new `for..of` loop
9
+* Samples for decorators (will be part of ECMAScript 2016)
10
+* TypeScript's new computed properties syntax
11
0 commit comments