Merge branch 'master' into release-2.0

This commit is contained in:
Mohamed Hegazy
2016-08-18 16:17:18 -07:00
10 changed files with 95 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
namespace ts {
/** The version of the TypeScript compiler release */
export const version = "2.0.2";
const emptyArray: any[] = [];