Skip to content

Commit 892bb28

Browse files
committed
unused export
1 parent 6de770c commit 892bb28

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/reactivity/sources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export function increment(source) {
277277
* @param {number} status should be DIRTY or MAYBE_DIRTY
278278
* @returns {void}
279279
*/
280-
export function mark_reactions(signal, status) {
280+
function mark_reactions(signal, status) {
281281
var reactions = signal.reactions;
282282
if (reactions === null) return;
283283

0 commit comments

Comments
 (0)