unexpected_eof() — svelte Function Reference
Architecture documentation for the unexpected_eof() function in errors.js from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD feea79ed_c6f7_4068_9c81_9734e5dcbfb7["unexpected_eof()"] 495501a4_a342_6a4d_ac11_e3e2fee8b218["errors.js"] feea79ed_c6f7_4068_9c81_9734e5dcbfb7 -->|defined in| 495501a4_a342_6a4d_ac11_e3e2fee8b218 3220db43_dde7_5166_5db8_db3c6d68258d["constructor()"] 3220db43_dde7_5166_5db8_db3c6d68258d -->|calls| feea79ed_c6f7_4068_9c81_9734e5dcbfb7 a21e34c1_babd_5944_d71e_54c4483ed94a["read_until()"] a21e34c1_babd_5944_d71e_54c4483ed94a -->|calls| feea79ed_c6f7_4068_9c81_9734e5dcbfb7 a2faeba8_5477_23ae_005c_e02d8e7f69c1["read_selector_list()"] a2faeba8_5477_23ae_005c_e02d8e7f69c1 -->|calls| feea79ed_c6f7_4068_9c81_9734e5dcbfb7 fcabd261_14f2_2647_3794_39b7100eda95["read_selector()"] fcabd261_14f2_2647_3794_39b7100eda95 -->|calls| feea79ed_c6f7_4068_9c81_9734e5dcbfb7 998e5052_9be5_2c73_14b0_84ce50994d42["read_value()"] 998e5052_9be5_2c73_14b0_84ce50994d42 -->|calls| feea79ed_c6f7_4068_9c81_9734e5dcbfb7 643a8559_c423_3568_92f9_91e141374c9c["read_attribute_value()"] 643a8559_c423_3568_92f9_91e141374c9c -->|calls| feea79ed_c6f7_4068_9c81_9734e5dcbfb7 babf57bd_0606_e8ec_fde4_75ed47bb1407["read_sequence()"] babf57bd_0606_e8ec_fde4_75ed47bb1407 -->|calls| feea79ed_c6f7_4068_9c81_9734e5dcbfb7 dacf5984_89ce_530d_f035_1eac4b0b8e1f["match_bracket()"] dacf5984_89ce_530d_f035_1eac4b0b8e1f -->|calls| feea79ed_c6f7_4068_9c81_9734e5dcbfb7 style feea79ed_c6f7_4068_9c81_9734e5dcbfb7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/src/compiler/errors.js lines 1689–1691
export function unexpected_eof(node) {
e(node, 'unexpected_eof', `Unexpected end of input\nhttps://svelte.dev/e/unexpected_eof`);
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does unexpected_eof() do?
unexpected_eof() is a function in the svelte codebase, defined in packages/svelte/src/compiler/errors.js.
Where is unexpected_eof() defined?
unexpected_eof() is defined in packages/svelte/src/compiler/errors.js at line 1689.
What calls unexpected_eof()?
unexpected_eof() is called by 8 function(s): constructor, match_bracket, read_attribute_value, read_selector, read_selector_list, read_sequence, read_until, read_value.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free