Merge pull request #1065 from Microsoft/shorthandProperties

Add support for parsing shorthand property assignments.
This commit is contained in:
CyrusNajmabadi
2014-11-05 22:53:43 -08:00
18 changed files with 504 additions and 336 deletions
-1
View File
@@ -1,5 +1,4 @@
/// <reference path="core.ts"/>
/// <reference path="scanner.ts"/>
module ts {