Skip to content

Commit

Permalink
fix(core): adds missing symbols for animation standalone bundling test (
Browse files Browse the repository at this point in the history
#50434)

This adds a few missing symbols into the goldens list that were causing CI to fail

PR Close #50434
  • Loading branch information
thePunderWoman committed May 23, 2023
1 parent 4da2621 commit c11041e
Showing 1 changed file with 9 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -779,18 +779,6 @@
{
"name": "detachMovedView"
},
{
"name": "detectChangesInChildComponents"
},
{
"name": "detectChangesInComponent"
},
{
"name": "detectChangesInEmbeddedViews"
},
{
"name": "detectChangesInView"
},
{
"name": "detectChangesInternal"
},
Expand Down Expand Up @@ -1265,6 +1253,12 @@
{
"name": "refCount"
},
{
"name": "refreshComponent"
},
{
"name": "refreshContainsDirtyView"
},
{
"name": "refreshContentQueries"
},
Expand Down Expand Up @@ -1427,6 +1421,9 @@
{
"name": "urlParsingNode"
},
{
"name": "viewAttachedToChangeDetector"
},
{
"name": "visitDslNode"
},
Expand Down

0 comments on commit c11041e

Please sign in to comment.