mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-10 10:58:20 -05:00
PR feedback
This commit is contained in:
@@ -218,12 +218,9 @@ namespace ts.tscWatch {
|
||||
host,
|
||||
[
|
||||
...map(errors, hostOutputDiagnostic),
|
||||
...map(
|
||||
reportErrorSummary ?
|
||||
[getErrorSummaryText(errors.length, host.newLine)] :
|
||||
emptyArray,
|
||||
hostOutputWatchDiagnostic
|
||||
)
|
||||
...reportErrorSummary ?
|
||||
[hostOutputWatchDiagnostic(getErrorSummaryText(errors.length, host.newLine))] :
|
||||
emptyArray
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// import Animal from '../animals/index';
|
||||
import { Dog, createDog } from '../animals/index';
|
||||
|
||||
export function createZoo(): Array<Dog> {
|
||||
|
||||
Reference in New Issue
Block a user