options_invalid_value() — svelte Function Reference
Architecture documentation for the options_invalid_value() function in errors.js from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD d870d87e_0e75_b357_1308_92b3d9998711["options_invalid_value()"] 495501a4_a342_6a4d_ac11_e3e2fee8b218["errors.js"] d870d87e_0e75_b357_1308_92b3d9998711 -->|defined in| 495501a4_a342_6a4d_ac11_e3e2fee8b218 be8408ea_8ac5_f7b5_43ee_0abbed48e9bf["throw_error()"] be8408ea_8ac5_f7b5_43ee_0abbed48e9bf -->|calls| d870d87e_0e75_b357_1308_92b3d9998711 style d870d87e_0e75_b357_1308_92b3d9998711 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/src/compiler/errors.js lines 56–58
export function options_invalid_value(node, details) {
e(node, 'options_invalid_value', `Invalid compiler option: ${details}\nhttps://svelte.dev/e/options_invalid_value`);
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does options_invalid_value() do?
options_invalid_value() is a function in the svelte codebase, defined in packages/svelte/src/compiler/errors.js.
Where is options_invalid_value() defined?
options_invalid_value() is defined in packages/svelte/src/compiler/errors.js at line 56.
What calls options_invalid_value()?
options_invalid_value() is called by 1 function(s): throw_error.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free