chore: tweak Map/Set for better inspect output

pull/12013/head
Dominic Gannaway 2 years ago
parent 1cef6aa248
commit b597997c6b

@ -122,10 +122,8 @@ export class ReactiveSet extends Set {
if (size !== 0) { if (size !== 0) {
var sources = this.#sources; var sources = this.#sources;
var values = sources.values();
sources.clear();
for (var s of values) { for (var s of sources.values()) {
set(s, false); set(s, false);
} }

Loading…
Cancel
Save