File tree Expand file tree Collapse file tree 8 files changed +16
-34
lines changed
goldens/public-api/core/primitives/signals
packages/core/test/bundling Expand file tree Collapse file tree 8 files changed +16
-34
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 342342 " applyView" ,
343343 " areAnimationSupported" ,
344344 " arrRemove" ,
345- " assertConsumerNode" ,
346345 " assertDefined" ,
347346 " assertNotDestroyed" ,
348- " assertProducerNode" ,
349347 " attachPatchData" ,
350348 " augmentRuntimeError" ,
351349 " balancePreviousStylesIntoKeyframes" ,
620618 " isBoundToModule" ,
621619 " isComponentDef" ,
622620 " isComponentHost" ,
623- " isConsumerNode" ,
624621 " isContentQueryHost" ,
625622 " isCssClassMatching" ,
626623 " isCurrentTNodeParent" ,
744741 " processHostBindingOpCodes" ,
745742 " processInjectorTypesWithProviders" ,
746743 " producerMarkClean" ,
747- " producerRemoveLiveConsumerAtIndex " ,
744+ " producerRemoveLiveConsumerLink " ,
748745 " producerUpdateValueVersion" ,
749746 " profiler" ,
750747 " profilerCallbacks" ,
Original file line number Diff line number Diff line change 314314 " applyView" ,
315315 " areAnimationSupported" ,
316316 " arrRemove" ,
317- " assertConsumerNode" ,
318317 " assertDefined" ,
319318 " assertNotDestroyed" ,
320- " assertProducerNode" ,
321319 " attachPatchData" ,
322320 " augmentRuntimeError" ,
323321 " bind" ,
557555 " isBoundToModule" ,
558556 " isComponentDef" ,
559557 " isComponentHost" ,
560- " isConsumerNode" ,
561558 " isContentQueryHost" ,
562559 " isCssClassMatching" ,
563560 " isCurrentTNodeParent" ,
648645 " processHostBindingOpCodes" ,
649646 " processInjectorTypesWithProviders" ,
650647 " producerMarkClean" ,
651- " producerRemoveLiveConsumerAtIndex " ,
648+ " producerRemoveLiveConsumerLink " ,
652649 " producerUpdateValueVersion" ,
653650 " profiler" ,
654651 " profilerCallbacks" ,
Original file line number Diff line number Diff line change 377377 " arrRemove" ,
378378 " arrayInsert2" ,
379379 " assertAllValuesPresent" ,
380- " assertConsumerNode" ,
381380 " assertControlPresent" ,
382381 " assertDefined" ,
383382 " assertNotDestroyed" ,
384383 " assertPlatform" ,
385- " assertProducerNode" ,
386384 " attachInjectFlag" ,
387385 " attachPatchData" ,
388386 " augmentRuntimeError" ,
710708 " isComponentDef" ,
711709 " isComponentHost" ,
712710 " isComponentResourceResolutionQueueEmpty" ,
713- " isConsumerNode" ,
714711 " isContentQueryHost" ,
715712 " isCssClassMatching" ,
716713 " isCurrentTNodeParent" ,
762759 " isTemplateNode" ,
763760 " isType" ,
764761 " isTypeProvider" ,
762+ " isValidLink" ,
765763 " isValidatorFn" ,
766764 " isValueProvider" ,
767765 " iterateListLike" ,
872870 " producerIncrementEpoch" ,
873871 " producerMarkClean" ,
874872 " producerNotifyConsumers" ,
875- " producerRemoveLiveConsumerAtIndex " ,
873+ " producerRemoveLiveConsumerLink " ,
876874 " producerUpdateValueVersion" ,
877875 " producerUpdatesAllowed" ,
878876 " profiler" ,
Original file line number Diff line number Diff line change 382382 " arrRemove" ,
383383 " arrayInsert2" ,
384384 " assertAllValuesPresent" ,
385- " assertConsumerNode" ,
386385 " assertControlPresent" ,
387386 " assertDefined" ,
388387 " assertNotDestroyed" ,
389388 " assertPlatform" ,
390- " assertProducerNode" ,
391389 " attachInjectFlag" ,
392390 " attachPatchData" ,
393391 " augmentRuntimeError" ,
711709 " isComponentDef" ,
712710 " isComponentHost" ,
713711 " isComponentResourceResolutionQueueEmpty" ,
714- " isConsumerNode" ,
715712 " isContentQueryHost" ,
716713 " isCssClassMatching" ,
717714 " isCurrentTNodeParent" ,
763760 " isTemplateNode" ,
764761 " isType" ,
765762 " isTypeProvider" ,
763+ " isValidLink" ,
766764 " isValidatorFn" ,
767765 " isValueProvider" ,
768766 " isWritableSignal" ,
871869 " producerIncrementEpoch" ,
872870 " producerMarkClean" ,
873871 " producerNotifyConsumers" ,
874- " producerRemoveLiveConsumerAtIndex " ,
872+ " producerRemoveLiveConsumerLink " ,
875873 " producerUpdateValueVersion" ,
876874 " producerUpdatesAllowed" ,
877875 " profiler" ,
Original file line number Diff line number Diff line change 308308 " applyView" ,
309309 " areAnimationSupported" ,
310310 " arrRemove" ,
311- " assertConsumerNode" ,
312311 " assertDefined" ,
313312 " assertNotDestroyed" ,
314- " assertProducerNode" ,
315313 " attachPatchData" ,
316314 " augmentRuntimeError" ,
317315 " baseElement" ,
576574 " isBoundToModule" ,
577575 " isComponentDef" ,
578576 " isComponentHost" ,
579- " isConsumerNode" ,
580577 " isContentQueryHost" ,
581578 " isCurrentTNodeParent" ,
582579 " isDestroyed" ,
686683 " processInjectorTypesWithProviders" ,
687684 " processTextNodeMarkersBeforeHydration" ,
688685 " producerMarkClean" ,
689- " producerRemoveLiveConsumerAtIndex " ,
686+ " producerRemoveLiveConsumerLink " ,
690687 " producerUpdateValueVersion" ,
691688 " profiler" ,
692689 " profilerCallbacks" ,
Original file line number Diff line number Diff line change 419419 " argsArgArrayOrObject" ,
420420 " arrRemove" ,
421421 " arrayEquals" ,
422- " assertConsumerNode" ,
423422 " assertDefined" ,
424423 " assertNotDestroyed" ,
425- " assertProducerNode" ,
426424 " attachPatchData" ,
427425 " augmentRuntimeError" ,
428426 " baseElement" ,
805803 " isCommandWithOutlets" ,
806804 " isComponentDef" ,
807805 " isComponentHost" ,
808- " isConsumerNode" ,
809806 " isContentQueryHost" ,
810807 " isCreationMode" ,
811808 " isCssClassMatching" ,
858855 " isType" ,
859856 " isTypeProvider" ,
860857 " isUrlTree" ,
858+ " isValidLink" ,
861859 " isValueProvider" ,
862860 " isWrappedDefaultExport" ,
863861 " iterator" ,
966964 " producerIncrementEpoch" ,
967965 " producerMarkClean" ,
968966 " producerNotifyConsumers" ,
969- " producerRemoveLiveConsumerAtIndex " ,
967+ " producerRemoveLiveConsumerLink " ,
970968 " producerUpdateValueVersion" ,
971969 " producerUpdatesAllowed" ,
972970 " profiler" ,
Original file line number Diff line number Diff line change 249249 " applyView" ,
250250 " areAnimationSupported" ,
251251 " arrRemove" ,
252- " assertConsumerNode" ,
253252 " assertDefined" ,
254253 " assertNotDestroyed" ,
255- " assertProducerNode" ,
256254 " attachPatchData" ,
257255 " augmentRuntimeError" ,
258256 " baseElement" ,
462460 " isBoundToModule" ,
463461 " isComponentDef" ,
464462 " isComponentHost" ,
465- " isConsumerNode" ,
466463 " isContentQueryHost" ,
467464 " isCurrentTNodeParent" ,
468465 " isDestroyed" ,
543540 " processHostBindingOpCodes" ,
544541 " processInjectorTypesWithProviders" ,
545542 " producerMarkClean" ,
546- " producerRemoveLiveConsumerAtIndex " ,
543+ " producerRemoveLiveConsumerLink " ,
547544 " producerUpdateValueVersion" ,
548545 " profiler" ,
549546 " profilerCallbacks" ,
You can’t perform that action at this time.
0 commit comments