|
|
|
@ -124,7 +124,7 @@ export class SvelteSet extends Set {
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
s = this.#source((get(this.#items)).has(value));
|
|
|
|
s = this.#source(get(this.#items).has(value));
|
|
|
|
|
|
|
|
|
|
|
|
if (DEV) {
|
|
|
|
if (DEV) {
|
|
|
|
tag(s, `SvelteSet has(${label(value)})`);
|
|
|
|
tag(s, `SvelteSet has(${label(value)})`);
|
|
|
|
|