Merge branch 'master' into letAndConst

Conflicts:
	src/compiler/types.ts
This commit is contained in:
Mohamed Hegazy
2014-10-16 09:30:58 -07:00
252 changed files with 5629 additions and 4962 deletions
-1
View File
@@ -84,7 +84,6 @@ module TypeScript {
private cacheSyntaxTreeInfo(): void {
// If we're not keeping around the syntax tree, store the diagnostics and line
// map so they don't have to be recomputed.
var sourceUnit = this.sourceUnit();
var firstToken = firstSyntaxTreeToken(this);
var leadingTrivia = firstToken.leadingTrivia(this.text);