Home / Function/ options_unrecognised() — svelte Function Reference

options_unrecognised() — svelte Function Reference

Architecture documentation for the options_unrecognised() function in errors.js from the svelte codebase.

Entity Profile

Dependency Diagram

graph TD
  27989067_90dc_cf8d_f1aa_b9cca720fb71["options_unrecognised()"]
  495501a4_a342_6a4d_ac11_e3e2fee8b218["errors.js"]
  27989067_90dc_cf8d_f1aa_b9cca720fb71 -->|defined in| 495501a4_a342_6a4d_ac11_e3e2fee8b218
  46d0093d_fc57_f382_f8bf_ad43ba9d2390["object()"]
  46d0093d_fc57_f382_f8bf_ad43ba9d2390 -->|calls| 27989067_90dc_cf8d_f1aa_b9cca720fb71
  style 27989067_90dc_cf8d_f1aa_b9cca720fb71 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/src/compiler/errors.js lines 76–78

export function options_unrecognised(node, keypath) {
	e(node, 'options_unrecognised', `Unrecognised compiler option ${keypath}\nhttps://svelte.dev/e/options_unrecognised`);
}

Domain

Subdomains

Called By

Frequently Asked Questions

What does options_unrecognised() do?
options_unrecognised() is a function in the svelte codebase, defined in packages/svelte/src/compiler/errors.js.
Where is options_unrecognised() defined?
options_unrecognised() is defined in packages/svelte/src/compiler/errors.js at line 76.
What calls options_unrecognised()?
options_unrecognised() is called by 1 function(s): object.

Analyze Your Own Codebase

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

Try Supermodel Free