mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-13 04:57:55 -06:00
PR feedback
This commit is contained in:
parent
8ac45805c0
commit
1a9198a53a
@ -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> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user