Merge branch 'master' into requireJson

This commit is contained in:
Sheetal Nandi
2018-04-13 15:26:16 -07:00
400 changed files with 11097 additions and 11468 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" };