refactor(ivy): ngcc - move decorator analysis types into their own file (#31544)
PR Close #31544
This commit is contained in:

committed by
Misko Hevery

parent
c038992fae
commit
d39a2beae1
@ -9,7 +9,7 @@ import MagicString from 'magic-string';
|
||||
import * as ts from 'typescript';
|
||||
import {Import, ImportManager} from '../../../src/ngtsc/translator';
|
||||
import {ExportInfo} from '../analysis/private_declarations_analyzer';
|
||||
import {CompiledClass} from '../analysis/decoration_analyzer';
|
||||
import {CompiledClass} from '../analysis/types';
|
||||
import {SwitchableVariableDeclaration} from '../host/ngcc_host';
|
||||
import {ModuleWithProvidersInfo} from '../analysis/module_with_providers_analyzer';
|
||||
|
||||
|
Reference in New Issue
Block a user