Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test(core): add new symbol to bundle goldens
This adds the new (internal) `applyForeignNodes()` function to the
bundle goldens.
  • Loading branch information
leonsenft committed Apr 22, 2026
commit e4c27247c528702e9cfa20abed936ba6d26715d2
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@
"animationFailed",
"appendChild",
"applyContainer",
"applyForeignNodes",
"applyNodes",
"applyParamDefaults",
"applyProjectionRecursive",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@
"angularZoneInstanceIdProperty",
"appendChild",
"applyContainer",
"applyForeignNodes",
"applyNodes",
"applyProjectionRecursive",
"applyRootElementTransform",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@
"applyContainer",
"applyDeferBlockState",
"applyDeferBlockStateWithSchedulingImpl",
"applyForeignNodes",
"applyNodes",
"applyProjectionRecursive",
"applyRootElementTransform",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@
"angularZoneInstanceIdProperty",
"appendChild",
"applyContainer",
"applyForeignNodes",
"applyNodes",
"applyProjectionRecursive",
"applyRootElementTransform",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@
"angularZoneInstanceIdProperty",
"appendChild",
"applyContainer",
"applyForeignNodes",
"applyNodes",
"applyProjectionRecursive",
"applyRootElementTransform",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@
"applyContainer",
"applyDeferBlockState",
"applyDeferBlockStateWithSchedulingImpl",
"applyForeignNodes",
"applyNodes",
"applyProjectionRecursive",
"applyRootElementTransform",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@
"angularZoneInstanceIdProperty",
"appendChild",
"applyContainer",
"applyForeignNodes",
"applyNodes",
"applyProjectionRecursive",
"applyRootElementTransform",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
"angularZoneInstanceIdProperty",
"appendChild",
"applyContainer",
"applyForeignNodes",
"applyNodes",
"applyProjectionRecursive",
"applyRootElementTransform",
Expand Down
Loading