Refactor out the tsc logic into another file so we can use that to test it out

This commit is contained in:
Sheetal Nandi 2017-07-26 10:59:02 -07:00
parent 9b18f7b61c
commit 85b9254a60
3 changed files with 1020 additions and 1015 deletions

File diff suppressed because it is too large Load diff

1018
src/compiler/tscLib.ts Normal file

File diff suppressed because it is too large Load diff

View file

@ -38,6 +38,7 @@
"program.ts",
"builder.ts",
"commandLineParser.ts",
"tscLib.ts",
"tsc.ts",
"diagnosticInformationMap.generated.ts"
]