Skip to content

Commit 1876664

Browse files
devversionthePunderWoman
authored andcommitted
test: update symbol golden after lock file maintenance (angular#57205)
Lock file maintenance updated Terser, which impacts the bundle optimizations being tested via the symbol golden tests. There was a small noticable change in the symbol golden where `withDomHydration` is now preserved, and the underlying function that was previously detected is gone. Seemingly Terser now inlines this function and had to preserve `withDomHydration` as the entry point. PR Close angular#57205
1 parent 2d31486 commit 1876664

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/core/test/bundling/hydration/bundle.golden_symbols.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -770,9 +770,6 @@
770770
{
771771
"name": "diPublicInInjector"
772772
},
773-
{
774-
"name": "enableHydrationRuntimeSupport"
775-
},
776773
{
777774
"name": "enterDI"
778775
},
@@ -1397,6 +1394,9 @@
13971394
{
13981395
"name": "whenStableStore"
13991396
},
1397+
{
1398+
"name": "withDomHydration"
1399+
},
14001400
{
14011401
"name": "writeDirectClass"
14021402
},

0 commit comments

Comments
 (0)