mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor(compiler-cli): remove unused import (#42000)
The `makeDiagnostic()` function is not used in this file. PR Close #42000
This commit is contained in:
parent
b575707ef2
commit
007ffd3374
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import {compileClassMetadata, compileComponentFromMetadata, compileDeclareClassM
|
|||
import * as ts from 'typescript';
|
||||
|
||||
import {Cycle, CycleAnalyzer, CycleHandlingStrategy} from '../../cycles';
|
||||
import {ErrorCode, FatalDiagnosticError, makeDiagnostic, makeRelatedInformation} from '../../diagnostics';
|
||||
import {ErrorCode, FatalDiagnosticError, makeRelatedInformation} from '../../diagnostics';
|
||||
import {absoluteFrom, relative} from '../../file_system';
|
||||
import {ImportedFile, ModuleResolver, Reference, ReferenceEmitter} from '../../imports';
|
||||
import {DependencyTracker} from '../../incremental/api';
|
||||
|
|
|
|||
Loading…
Reference in a new issue