Skip to content

Commit

Permalink
build: fix broken symbols test
Browse files Browse the repository at this point in the history
Fixes a symbol test that broke on the main branch.
  • Loading branch information
crisbeto authored and devversion committed Oct 10, 2023
1 parent b9a4941 commit 229331e
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions packages/core/test/bundling/defer/bundle.golden_symbols.json
Expand Up @@ -200,6 +200,9 @@
{
"name": "GenericBrowserDomAdapter"
},
{
"name": "HAS_CHILD_VIEWS_TO_REFRESH"
},
{
"name": "HAS_TRANSPLANTED_VIEWS"
},
Expand Down Expand Up @@ -650,9 +653,6 @@
{
"name": "cleanUpView"
},
{
"name": "clearViewRefreshFlag"
},
{
"name": "collectNativeNodes"
},
Expand Down Expand Up @@ -753,7 +753,7 @@
"name": "detectChangesInEmbeddedViews"
},
{
"name": "detectChangesInView"
"name": "detectChangesInViewIfAttached"
},
{
"name": "detectChangesInternal"
Expand Down Expand Up @@ -1796,6 +1796,9 @@
{
"name": "init_security"
},
{
"name": "init_set_debug_info"
},
{
"name": "init_share"
},
Expand Down Expand Up @@ -2117,6 +2120,9 @@
{
"name": "map"
},
{
"name": "markAncestorsForTraversal"
},
{
"name": "markAsComponentHost"
},
Expand Down Expand Up @@ -2352,14 +2358,17 @@
"name": "unwrapRNode"
},
{
"name": "updateMicroTaskStatus"
"name": "updateAncestorTraversalFlagsOnAttach"
},
{
"name": "updateViewsToRefresh"
"name": "updateMicroTaskStatus"
},
{
"name": "urlParsingNode"
},
{
"name": "viewAttachedToChangeDetector"
},
{
"name": "walkProviderTree"
},
Expand Down

0 comments on commit 229331e

Please sign in to comment.