File tree Expand file tree Collapse file tree 8 files changed +18
-36
lines changed
goldens/public-api/core/primitives/signals
packages/core/test/bundling Expand file tree Collapse file tree 8 files changed +18
-36
lines changed Original file line number Diff line number Diff line change @@ -118,19 +118,19 @@ export interface ReactiveNode {
118118 // (undocumented)
119119 consumerMarkedDirty(node : unknown ): void ;
120120 consumerOnSignalRead(node : unknown ): void ;
121+ consumers: ReactiveLink | undefined ;
122+ // (undocumented)
123+ consumersTail: ReactiveLink | undefined ;
121124 debugName? : string ;
122125 dirty: boolean ;
123126 kind: string ;
124127 lastCleanEpoch: Version ;
125- liveConsumerIndexOfThis: number [] | undefined ;
126- liveConsumerNode: ReactiveNode [] | undefined ;
127- nextProducerIndex: number ;
128- producerIndexOfThis: number [] | undefined ;
129- producerLastReadVersion: Version [] | undefined ;
130128 producerMustRecompute(node : unknown ): boolean ;
131- producerNode: ReactiveNode [] | undefined ;
132129 // (undocumented)
133130 producerRecomputeValue(node : unknown ): void ;
131+ producers: ReactiveLink | undefined ;
132+ producersTail: ReactiveLink | undefined ;
133+ recomputing: boolean ;
134134 version: Version ;
135135}
136136
Original file line number Diff line number Diff line change 341341 " applyValueToInputField" ,
342342 " applyView" ,
343343 " arrRemove" ,
344- " assertConsumerNode" ,
345344 " assertDefined" ,
346345 " assertNotDestroyed" ,
347- " assertProducerNode" ,
348346 " attachPatchData" ,
349347 " augmentRuntimeError" ,
350348 " balancePreviousStylesIntoKeyframes" ,
617615 " isBoundToModule" ,
618616 " isComponentDef" ,
619617 " isComponentHost" ,
620- " isConsumerNode" ,
621618 " isContentQueryHost" ,
622619 " isCssClassMatching" ,
623620 " isCurrentTNodeParent" ,
741738 " processHostBindingOpCodes" ,
742739 " processInjectorTypesWithProviders" ,
743740 " producerMarkClean" ,
744- " producerRemoveLiveConsumerAtIndex " ,
741+ " producerRemoveLiveConsumerLink " ,
745742 " producerUpdateValueVersion" ,
746743 " profiler" ,
747744 " profilerCallbacks" ,
Original file line number Diff line number Diff line change 5858 " shimStylesContent"
5959 ],
6060 "lazy" : [
61+ " DeferComponent" ,
6162 " AFTER_RENDER_SEQUENCES_TO_ADD" ,
6263 " APP_BOOTSTRAP_LISTENER" ,
6364 " APP_ID" ,
312313 " applyValueToInputField" ,
313314 " applyView" ,
314315 " arrRemove" ,
315- " assertConsumerNode" ,
316316 " assertDefined" ,
317317 " assertNotDestroyed" ,
318- " assertProducerNode" ,
319318 " attachPatchData" ,
320319 " augmentRuntimeError" ,
321320 " bind" ,
553552 " isBoundToModule" ,
554553 " isComponentDef" ,
555554 " isComponentHost" ,
556- " isConsumerNode" ,
557555 " isContentQueryHost" ,
558556 " isCssClassMatching" ,
559557 " isCurrentTNodeParent" ,
644642 " processHostBindingOpCodes" ,
645643 " processInjectorTypesWithProviders" ,
646644 " producerMarkClean" ,
647- " producerRemoveLiveConsumerAtIndex " ,
645+ " producerRemoveLiveConsumerLink " ,
648646 " producerUpdateValueVersion" ,
649647 " profiler" ,
650648 " profilerCallbacks" ,
749747 " wasLastNodeCreated" ,
750748 " writeDirectClass" ,
751749 " writeDirectStyle" ,
752- " writeToDirectiveInput" ,
753- " DeferComponent"
750+ " writeToDirectiveInput"
754751 ]
755752 }
756753}
Original file line number Diff line number Diff line change 376376 " arrRemove" ,
377377 " arrayInsert2" ,
378378 " assertAllValuesPresent" ,
379- " assertConsumerNode" ,
380379 " assertControlPresent" ,
381380 " assertDefined" ,
382381 " assertNotDestroyed" ,
383382 " assertPlatform" ,
384- " assertProducerNode" ,
385383 " attachInjectFlag" ,
386384 " attachPatchData" ,
387385 " augmentRuntimeError" ,
707705 " isComponentDef" ,
708706 " isComponentHost" ,
709707 " isComponentResourceResolutionQueueEmpty" ,
710- " isConsumerNode" ,
711708 " isContentQueryHost" ,
712709 " isCssClassMatching" ,
713710 " isCurrentTNodeParent" ,
759756 " isTemplateNode" ,
760757 " isType" ,
761758 " isTypeProvider" ,
759+ " isValidLink" ,
762760 " isValidatorFn" ,
763761 " isValueProvider" ,
764762 " iterateListLike" ,
869867 " producerIncrementEpoch" ,
870868 " producerMarkClean" ,
871869 " producerNotifyConsumers" ,
872- " producerRemoveLiveConsumerAtIndex " ,
870+ " producerRemoveLiveConsumerLink " ,
873871 " producerUpdateValueVersion" ,
874872 " producerUpdatesAllowed" ,
875873 " profiler" ,
Original file line number Diff line number Diff line change 381381 " arrRemove" ,
382382 " arrayInsert2" ,
383383 " assertAllValuesPresent" ,
384- " assertConsumerNode" ,
385384 " assertControlPresent" ,
386385 " assertDefined" ,
387386 " assertNotDestroyed" ,
388387 " assertPlatform" ,
389- " assertProducerNode" ,
390388 " attachInjectFlag" ,
391389 " attachPatchData" ,
392390 " augmentRuntimeError" ,
708706 " isComponentDef" ,
709707 " isComponentHost" ,
710708 " isComponentResourceResolutionQueueEmpty" ,
711- " isConsumerNode" ,
712709 " isContentQueryHost" ,
713710 " isCssClassMatching" ,
714711 " isCurrentTNodeParent" ,
760757 " isTemplateNode" ,
761758 " isType" ,
762759 " isTypeProvider" ,
760+ " isValidLink" ,
763761 " isValidatorFn" ,
764762 " isValueProvider" ,
765763 " isWritableSignal" ,
868866 " producerIncrementEpoch" ,
869867 " producerMarkClean" ,
870868 " producerNotifyConsumers" ,
871- " producerRemoveLiveConsumerAtIndex " ,
869+ " producerRemoveLiveConsumerLink " ,
872870 " producerUpdateValueVersion" ,
873871 " producerUpdatesAllowed" ,
874872 " profiler" ,
Original file line number Diff line number Diff line change 307307 " applyValueToInputField" ,
308308 " applyView" ,
309309 " arrRemove" ,
310- " assertConsumerNode" ,
311310 " assertDefined" ,
312311 " assertNotDestroyed" ,
313- " assertProducerNode" ,
314312 " attachPatchData" ,
315313 " augmentRuntimeError" ,
316314 " baseElement" ,
573571 " isBoundToModule" ,
574572 " isComponentDef" ,
575573 " isComponentHost" ,
576- " isConsumerNode" ,
577574 " isContentQueryHost" ,
578575 " isCurrentTNodeParent" ,
579576 " isDestroyed" ,
683680 " processInjectorTypesWithProviders" ,
684681 " processTextNodeMarkersBeforeHydration" ,
685682 " producerMarkClean" ,
686- " producerRemoveLiveConsumerAtIndex " ,
683+ " producerRemoveLiveConsumerLink " ,
687684 " producerUpdateValueVersion" ,
688685 " profiler" ,
689686 " profilerCallbacks" ,
Original file line number Diff line number Diff line change 418418 " argsArgArrayOrObject" ,
419419 " arrRemove" ,
420420 " arrayEquals" ,
421- " assertConsumerNode" ,
422421 " assertDefined" ,
423422 " assertNotDestroyed" ,
424- " assertProducerNode" ,
425423 " attachPatchData" ,
426424 " augmentRuntimeError" ,
427425 " baseElement" ,
802800 " isCommandWithOutlets" ,
803801 " isComponentDef" ,
804802 " isComponentHost" ,
805- " isConsumerNode" ,
806803 " isContentQueryHost" ,
807804 " isCreationMode" ,
808805 " isCssClassMatching" ,
855852 " isType" ,
856853 " isTypeProvider" ,
857854 " isUrlTree" ,
855+ " isValidLink" ,
858856 " isValueProvider" ,
859857 " isWrappedDefaultExport" ,
860858 " iterator" ,
963961 " producerIncrementEpoch" ,
964962 " producerMarkClean" ,
965963 " producerNotifyConsumers" ,
966- " producerRemoveLiveConsumerAtIndex " ,
964+ " producerRemoveLiveConsumerLink " ,
967965 " producerUpdateValueVersion" ,
968966 " producerUpdatesAllowed" ,
969967 " profiler" ,
Original file line number Diff line number Diff line change 248248 " applyValueToInputField" ,
249249 " applyView" ,
250250 " arrRemove" ,
251- " assertConsumerNode" ,
252251 " assertDefined" ,
253252 " assertNotDestroyed" ,
254- " assertProducerNode" ,
255253 " attachPatchData" ,
256254 " augmentRuntimeError" ,
257255 " baseElement" ,
459457 " isBoundToModule" ,
460458 " isComponentDef" ,
461459 " isComponentHost" ,
462- " isConsumerNode" ,
463460 " isContentQueryHost" ,
464461 " isCurrentTNodeParent" ,
465462 " isDestroyed" ,
540537 " processHostBindingOpCodes" ,
541538 " processInjectorTypesWithProviders" ,
542539 " producerMarkClean" ,
543- " producerRemoveLiveConsumerAtIndex " ,
540+ " producerRemoveLiveConsumerLink " ,
544541 " producerUpdateValueVersion" ,
545542 " profiler" ,
546543 " profilerCallbacks" ,
You can’t perform that action at this time.
0 commit comments