feat(ivy): ngcc - support ngcc "migrations" (#31544)
This commit implements support for the ngcc migrations as designed in https://hackmd.io/KhyrFV1VQHmeQsgfJq6AyQ PR Close #31544
This commit is contained in:

committed by
Misko Hevery

parent
d39a2beae1
commit
4d93d2406f
@ -56,6 +56,11 @@ export enum ErrorCode {
|
||||
* otherwise imported.
|
||||
*/
|
||||
NGMODULE_INVALID_REEXPORT = 6004,
|
||||
|
||||
/**
|
||||
* Raised when ngcc tries to inject a synthetic decorator over one that already exists.
|
||||
*/
|
||||
NGCC_MIGRATION_DECORATOR_INJECTION_ERROR = 7001,
|
||||
}
|
||||
|
||||
export function ngErrorCode(code: ErrorCode): number {
|
||||
|
Reference in New Issue
Block a user