Home / Function/ bind_invalid_each_rest() — svelte Function Reference

bind_invalid_each_rest() — svelte Function Reference

Architecture documentation for the bind_invalid_each_rest() function in warnings.js from the svelte codebase.

Entity Profile

Dependency Diagram

graph TD
  89f9fda3_f623_66eb_245e_d9a2d4cf9247["bind_invalid_each_rest()"]
  56a689f9_11c0_cc76_bd60_41bb6dc96475["warnings.js"]
  89f9fda3_f623_66eb_245e_d9a2d4cf9247 -->|defined in| 56a689f9_11c0_cc76_bd60_41bb6dc96475
  4931635c_2415_3c69_a7a7_e98ad2cfd475["BindDirective()"]
  4931635c_2415_3c69_a7a7_e98ad2cfd475 -->|calls| 89f9fda3_f623_66eb_245e_d9a2d4cf9247
  style 89f9fda3_f623_66eb_245e_d9a2d4cf9247 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/src/compiler/warnings.js lines 739–741

export function bind_invalid_each_rest(node, name) {
	w(node, 'bind_invalid_each_rest', `The rest operator (...) will create a new object and binding '${name}' with the original object will not work\nhttps://svelte.dev/e/bind_invalid_each_rest`);
}

Domain

Subdomains

Called By

Frequently Asked Questions

What does bind_invalid_each_rest() do?
bind_invalid_each_rest() is a function in the svelte codebase, defined in packages/svelte/src/compiler/warnings.js.
Where is bind_invalid_each_rest() defined?
bind_invalid_each_rest() is defined in packages/svelte/src/compiler/warnings.js at line 739.
What calls bind_invalid_each_rest()?
bind_invalid_each_rest() is called by 1 function(s): BindDirective.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free