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 5ceb84b commit 541f46fCopy full SHA for 541f46f
packages/svelte/src/internal/client/dev/equality.js
@@ -3,6 +3,8 @@ import { get_proxied_value } from '../proxy.js';
3
4
export function init_array_prototype_warnings() {
5
const array_prototype = Array.prototype;
6
+ // The REPL ends up here over and over, and this prevents it from adding more and more patches
7
+ // of the same kind to the prototype, which would slow down everything over time.
8
// @ts-expect-error
9
const cleanup = Array.__svelte_cleanup;
10
if (cleanup) {
0 commit comments