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 cea4ce3 commit e93918cCopy full SHA for e93918c
packages/svelte/src/reactivity/utils.js
@@ -2,7 +2,6 @@ import { DEV } from 'esm-env';
2
import { source, set } from '../internal/client/reactivity/sources.js';
3
import { get } from '../internal/client/runtime.js';
4
5
-// TODO: should this be in constants?
6
export const NOTIFY_WITH_ALL_PARAMS = Symbol();
7
8
/**
0 commit comments