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 {
118
118
// (undocumented)
119
119
consumerMarkedDirty(node : unknown ): void ;
120
120
consumerOnSignalRead(node : unknown ): void ;
121
+ consumers: ReactiveLink | undefined ;
122
+ // (undocumented)
123
+ consumersTail: ReactiveLink | undefined ;
121
124
debugName? : string ;
122
125
dirty: boolean ;
123
126
kind: string ;
124
127
lastCleanEpoch: Version ;
125
- liveConsumerIndexOfThis: number [] | undefined ;
126
- liveConsumerNode: ReactiveNode [] | undefined ;
127
- nextProducerIndex: number ;
128
- producerIndexOfThis: number [] | undefined ;
129
- producerLastReadVersion: Version [] | undefined ;
130
128
producerMustRecompute(node : unknown ): boolean ;
131
- producerNode: ReactiveNode [] | undefined ;
132
129
// (undocumented)
133
130
producerRecomputeValue(node : unknown ): void ;
131
+ producers: ReactiveLink | undefined ;
132
+ producersTail: ReactiveLink | undefined ;
133
+ recomputing: boolean ;
134
134
version: Version ;
135
135
}
136
136
Original file line number Diff line number Diff line change 342
342
" applyView" ,
343
343
" areAnimationSupported" ,
344
344
" arrRemove" ,
345
- " assertConsumerNode" ,
346
345
" assertDefined" ,
347
346
" assertNotDestroyed" ,
348
- " assertProducerNode" ,
349
347
" attachPatchData" ,
350
348
" augmentRuntimeError" ,
351
349
" balancePreviousStylesIntoKeyframes" ,
620
618
" isBoundToModule" ,
621
619
" isComponentDef" ,
622
620
" isComponentHost" ,
623
- " isConsumerNode" ,
624
621
" isContentQueryHost" ,
625
622
" isCssClassMatching" ,
626
623
" isCurrentTNodeParent" ,
744
741
" processHostBindingOpCodes" ,
745
742
" processInjectorTypesWithProviders" ,
746
743
" producerMarkClean" ,
747
- " producerRemoveLiveConsumerAtIndex " ,
744
+ " producerRemoveLiveConsumerLink " ,
748
745
" producerUpdateValueVersion" ,
749
746
" profiler" ,
750
747
" profilerCallbacks" ,
Original file line number Diff line number Diff line change 314
314
" applyView" ,
315
315
" areAnimationSupported" ,
316
316
" arrRemove" ,
317
- " assertConsumerNode" ,
318
317
" assertDefined" ,
319
318
" assertNotDestroyed" ,
320
- " assertProducerNode" ,
321
319
" attachPatchData" ,
322
320
" augmentRuntimeError" ,
323
321
" bind" ,
557
555
" isBoundToModule" ,
558
556
" isComponentDef" ,
559
557
" isComponentHost" ,
560
- " isConsumerNode" ,
561
558
" isContentQueryHost" ,
562
559
" isCssClassMatching" ,
563
560
" isCurrentTNodeParent" ,
648
645
" processHostBindingOpCodes" ,
649
646
" processInjectorTypesWithProviders" ,
650
647
" producerMarkClean" ,
651
- " producerRemoveLiveConsumerAtIndex " ,
648
+ " producerRemoveLiveConsumerLink " ,
652
649
" producerUpdateValueVersion" ,
653
650
" profiler" ,
654
651
" profilerCallbacks" ,
Original file line number Diff line number Diff line change 377
377
" arrRemove" ,
378
378
" arrayInsert2" ,
379
379
" assertAllValuesPresent" ,
380
- " assertConsumerNode" ,
381
380
" assertControlPresent" ,
382
381
" assertDefined" ,
383
382
" assertNotDestroyed" ,
384
383
" assertPlatform" ,
385
- " assertProducerNode" ,
386
384
" attachInjectFlag" ,
387
385
" attachPatchData" ,
388
386
" augmentRuntimeError" ,
710
708
" isComponentDef" ,
711
709
" isComponentHost" ,
712
710
" isComponentResourceResolutionQueueEmpty" ,
713
- " isConsumerNode" ,
714
711
" isContentQueryHost" ,
715
712
" isCssClassMatching" ,
716
713
" isCurrentTNodeParent" ,
762
759
" isTemplateNode" ,
763
760
" isType" ,
764
761
" isTypeProvider" ,
762
+ " isValidLink" ,
765
763
" isValidatorFn" ,
766
764
" isValueProvider" ,
767
765
" iterateListLike" ,
872
870
" producerIncrementEpoch" ,
873
871
" producerMarkClean" ,
874
872
" producerNotifyConsumers" ,
875
- " producerRemoveLiveConsumerAtIndex " ,
873
+ " producerRemoveLiveConsumerLink " ,
876
874
" producerUpdateValueVersion" ,
877
875
" producerUpdatesAllowed" ,
878
876
" profiler" ,
Original file line number Diff line number Diff line change 382
382
" arrRemove" ,
383
383
" arrayInsert2" ,
384
384
" assertAllValuesPresent" ,
385
- " assertConsumerNode" ,
386
385
" assertControlPresent" ,
387
386
" assertDefined" ,
388
387
" assertNotDestroyed" ,
389
388
" assertPlatform" ,
390
- " assertProducerNode" ,
391
389
" attachInjectFlag" ,
392
390
" attachPatchData" ,
393
391
" augmentRuntimeError" ,
711
709
" isComponentDef" ,
712
710
" isComponentHost" ,
713
711
" isComponentResourceResolutionQueueEmpty" ,
714
- " isConsumerNode" ,
715
712
" isContentQueryHost" ,
716
713
" isCssClassMatching" ,
717
714
" isCurrentTNodeParent" ,
763
760
" isTemplateNode" ,
764
761
" isType" ,
765
762
" isTypeProvider" ,
763
+ " isValidLink" ,
766
764
" isValidatorFn" ,
767
765
" isValueProvider" ,
768
766
" isWritableSignal" ,
871
869
" producerIncrementEpoch" ,
872
870
" producerMarkClean" ,
873
871
" producerNotifyConsumers" ,
874
- " producerRemoveLiveConsumerAtIndex " ,
872
+ " producerRemoveLiveConsumerLink " ,
875
873
" producerUpdateValueVersion" ,
876
874
" producerUpdatesAllowed" ,
877
875
" profiler" ,
Original file line number Diff line number Diff line change 308
308
" applyView" ,
309
309
" areAnimationSupported" ,
310
310
" arrRemove" ,
311
- " assertConsumerNode" ,
312
311
" assertDefined" ,
313
312
" assertNotDestroyed" ,
314
- " assertProducerNode" ,
315
313
" attachPatchData" ,
316
314
" augmentRuntimeError" ,
317
315
" baseElement" ,
576
574
" isBoundToModule" ,
577
575
" isComponentDef" ,
578
576
" isComponentHost" ,
579
- " isConsumerNode" ,
580
577
" isContentQueryHost" ,
581
578
" isCurrentTNodeParent" ,
582
579
" isDestroyed" ,
686
683
" processInjectorTypesWithProviders" ,
687
684
" processTextNodeMarkersBeforeHydration" ,
688
685
" producerMarkClean" ,
689
- " producerRemoveLiveConsumerAtIndex " ,
686
+ " producerRemoveLiveConsumerLink " ,
690
687
" producerUpdateValueVersion" ,
691
688
" profiler" ,
692
689
" profilerCallbacks" ,
Original file line number Diff line number Diff line change 419
419
" argsArgArrayOrObject" ,
420
420
" arrRemove" ,
421
421
" arrayEquals" ,
422
- " assertConsumerNode" ,
423
422
" assertDefined" ,
424
423
" assertNotDestroyed" ,
425
- " assertProducerNode" ,
426
424
" attachPatchData" ,
427
425
" augmentRuntimeError" ,
428
426
" baseElement" ,
805
803
" isCommandWithOutlets" ,
806
804
" isComponentDef" ,
807
805
" isComponentHost" ,
808
- " isConsumerNode" ,
809
806
" isContentQueryHost" ,
810
807
" isCreationMode" ,
811
808
" isCssClassMatching" ,
858
855
" isType" ,
859
856
" isTypeProvider" ,
860
857
" isUrlTree" ,
858
+ " isValidLink" ,
861
859
" isValueProvider" ,
862
860
" isWrappedDefaultExport" ,
863
861
" iterator" ,
966
964
" producerIncrementEpoch" ,
967
965
" producerMarkClean" ,
968
966
" producerNotifyConsumers" ,
969
- " producerRemoveLiveConsumerAtIndex " ,
967
+ " producerRemoveLiveConsumerLink " ,
970
968
" producerUpdateValueVersion" ,
971
969
" producerUpdatesAllowed" ,
972
970
" profiler" ,
Original file line number Diff line number Diff line change 249
249
" applyView" ,
250
250
" areAnimationSupported" ,
251
251
" arrRemove" ,
252
- " assertConsumerNode" ,
253
252
" assertDefined" ,
254
253
" assertNotDestroyed" ,
255
- " assertProducerNode" ,
256
254
" attachPatchData" ,
257
255
" augmentRuntimeError" ,
258
256
" baseElement" ,
462
460
" isBoundToModule" ,
463
461
" isComponentDef" ,
464
462
" isComponentHost" ,
465
- " isConsumerNode" ,
466
463
" isContentQueryHost" ,
467
464
" isCurrentTNodeParent" ,
468
465
" isDestroyed" ,
543
540
" processHostBindingOpCodes" ,
544
541
" processInjectorTypesWithProviders" ,
545
542
" producerMarkClean" ,
546
- " producerRemoveLiveConsumerAtIndex " ,
543
+ " producerRemoveLiveConsumerLink " ,
547
544
" producerUpdateValueVersion" ,
548
545
" profiler" ,
549
546
" profilerCallbacks" ,
You can’t perform that action at this time.
0 commit comments