mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
02826f24e5
This order is significant:
```ts
"../compiler/diagnosticInformationMap.generated.ts",
"../compiler/commandLineParser.ts",
```
Also not having these extra files referenced caused https://github.com/TypeStrong/atom-typescript/issues/304
Really wish we moved to external modules.