refactor(ivy): remove deep imports into the compiler (#31376)
The compiler-cli should only reference code that can be imported from the main entry-point of compiler. PR Close #31376
This commit is contained in:

committed by
Miško Hevery

parent
4aecf9253b
commit
376ad9c3cd
@ -5,8 +5,7 @@
|
||||
* Use of this source code is governed by an MIT-style license that can be
|
||||
* found in the LICENSE file at https://angular.io/license
|
||||
*/
|
||||
import {Expression, ExternalExpr, WrappedNodeExpr} from '@angular/compiler';
|
||||
import {ExternalReference} from '@angular/compiler/src/compiler';
|
||||
import {Expression, ExternalExpr, ExternalReference, WrappedNodeExpr} from '@angular/compiler';
|
||||
import * as ts from 'typescript';
|
||||
import {LogicalFileSystem, LogicalProjectPath, absoluteFrom} from '../../file_system';
|
||||
import {ReflectionHost} from '../../reflection';
|
||||
|
Reference in New Issue
Block a user