Skip to content

Commit aa9de76

Browse files
rainer@software-architects.atrainer@software-architects.at
authored andcommitted
added readme
1 parent 4f66ce1 commit aa9de76

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

TypeScriptES2015/Readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)