refactor(ngcc): remove unused imports (#38959)
The `isAssignment` and `isAssignmentStatement` are not used in this file. PR Close #38959
This commit is contained in:
parent
f35e9158b2
commit
a5a7845593
@ -9,7 +9,6 @@ import * as ts from 'typescript';
|
||||
|
||||
import {AbsoluteFsPath} from '../../../src/ngtsc/file_system';
|
||||
import {isRequireCall, isWildcardReexportStatement, RequireCall} from '../host/commonjs_umd_utils';
|
||||
import {isAssignment, isAssignmentStatement} from '../host/esm2015_host';
|
||||
|
||||
import {DependencyHostBase} from './dependency_host';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user