MCPcopy Index your code
hub / github.com/bigcode-project/jupytercoder / _nonIterableSpread

Function _nonIterableSpread

src/diff.js:446–448  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

444 }
445
446 function _nonIterableSpread() {
447 throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
448 }
449
450 var objectPrototypeToString = Object.prototype.toString;
451 var jsonDiff = new Diff(); // Discriminate between two lines of pretty-printed, serialized JSON where one of them has a

Callers 1

_toConsumableArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected