Merge branch 'master' into improveIndexTypes

# Conflicts:
#	src/compiler/checker.ts
#	src/server/utilities.ts
This commit is contained in:
Anders Hejlsberg
2018-04-16 16:18:29 -07:00
664 changed files with 62657 additions and 56433 deletions

View File

@@ -1,9 +1,3 @@
/// <reference path="sys.ts"/>
/// <reference path="types.ts"/>
/// <reference path="core.ts"/>
/// <reference path="diagnosticInformationMap.generated.ts"/>
/// <reference path="parser.ts"/>
namespace ts {
/* @internal */
export const compileOnSaveCommandLineOption: CommandLineOption = { name: "compileOnSave", type: "boolean" };