We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de770c commit 892bb28Copy full SHA for 892bb28
packages/svelte/src/internal/client/reactivity/sources.js
@@ -277,7 +277,7 @@ export function increment(source) {
277
* @param {number} status should be DIRTY or MAYBE_DIRTY
278
* @returns {void}
279
*/
280
-export function mark_reactions(signal, status) {
+function mark_reactions(signal, status) {
281
var reactions = signal.reactions;
282
if (reactions === null) return;
283
0 commit comments