inspector
inspector copied to clipboard
Display “pure” iterables as arrays?
If a value is iterable (implements [Symbol.iterator] method), and the resulting iterator is a different object than the value (so as to avoid mutating common map and Set iterators that return this), we should display it in the inspector like an array.