Remove all reference comments from compiler/

This commit is contained in:
Ryan Cavanaugh
2018-04-10 17:12:08 -07:00
parent 556a8010b9
commit 8294259ec2
35 changed files with 0 additions and 127 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" };