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
@ -7,7 +7,7 @@
|
||||
*/
|
||||
import MagicString from 'magic-string';
|
||||
import * as ts from 'typescript';
|
||||
import {CompiledClass} from '../analysis/decoration_analyzer';
|
||||
import {CompiledClass} from '../analysis/types';
|
||||
import {getIifeBody} from '../host/esm5_host';
|
||||
import {EsmRenderingFormatter} from './esm_rendering_formatter';
|
||||
|
||||
|
Reference in New Issue
Block a user