Skip to content

Commit 89c84bf

Browse files
pmvaldthePunderWoman
authored andcommitted
test(core): update runtime error list to include deps tracker error (#50980)
The previous commits add a new runtime error code (RUNTIME_DEPS_INVALID_IMPORTED_TYPE) which needs to be added to the golden for the tests to pass. PR Close #50980
1 parent 07b04b2 commit 89c84bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

goldens/public-api/core/errors.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ export const enum RuntimeErrorCode {
111111
// (undocumented)
112112
REQUIRE_SYNC_WITHOUT_SYNC_EMIT = 601,
113113
// (undocumented)
114+
RUNTIME_DEPS_INVALID_IMPORTED_TYPE = 1000,
115+
// (undocumented)
114116
SIGNAL_WRITE_FROM_ILLEGAL_CONTEXT = 600,
115117
// (undocumented)
116118
TEMPLATE_STRUCTURE_ERROR = 305,

0 commit comments

Comments
 (0)