mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: fix broken symbols test
Fixes a symbol test that broke on the main branch.
This commit is contained in:
parent
b9a4941a32
commit
229331e11b
1 changed files with 15 additions and 6 deletions
|
|
@ -200,6 +200,9 @@
|
|||
{
|
||||
"name": "GenericBrowserDomAdapter"
|
||||
},
|
||||
{
|
||||
"name": "HAS_CHILD_VIEWS_TO_REFRESH"
|
||||
},
|
||||
{
|
||||
"name": "HAS_TRANSPLANTED_VIEWS"
|
||||
},
|
||||
|
|
@ -650,9 +653,6 @@
|
|||
{
|
||||
"name": "cleanUpView"
|
||||
},
|
||||
{
|
||||
"name": "clearViewRefreshFlag"
|
||||
},
|
||||
{
|
||||
"name": "collectNativeNodes"
|
||||
},
|
||||
|
|
@ -753,7 +753,7 @@
|
|||
"name": "detectChangesInEmbeddedViews"
|
||||
},
|
||||
{
|
||||
"name": "detectChangesInView"
|
||||
"name": "detectChangesInViewIfAttached"
|
||||
},
|
||||
{
|
||||
"name": "detectChangesInternal"
|
||||
|
|
@ -1796,6 +1796,9 @@
|
|||
{
|
||||
"name": "init_security"
|
||||
},
|
||||
{
|
||||
"name": "init_set_debug_info"
|
||||
},
|
||||
{
|
||||
"name": "init_share"
|
||||
},
|
||||
|
|
@ -2117,6 +2120,9 @@
|
|||
{
|
||||
"name": "map"
|
||||
},
|
||||
{
|
||||
"name": "markAncestorsForTraversal"
|
||||
},
|
||||
{
|
||||
"name": "markAsComponentHost"
|
||||
},
|
||||
|
|
@ -2351,14 +2357,17 @@
|
|||
{
|
||||
"name": "unwrapRNode"
|
||||
},
|
||||
{
|
||||
"name": "updateAncestorTraversalFlagsOnAttach"
|
||||
},
|
||||
{
|
||||
"name": "updateMicroTaskStatus"
|
||||
},
|
||||
{
|
||||
"name": "updateViewsToRefresh"
|
||||
"name": "urlParsingNode"
|
||||
},
|
||||
{
|
||||
"name": "urlParsingNode"
|
||||
"name": "viewAttachedToChangeDetector"
|
||||
},
|
||||
{
|
||||
"name": "walkProviderTree"
|
||||
|
|
|
|||
Loading…
Reference in a new issue