Home / File/ index.svelte.js — svelte Source File

index.svelte.js — svelte Source File

Architecture documentation for index.svelte.js, a javascript file in the svelte codebase. 5 imports, 0 dependents.

File javascript BuildSystem QualityControl 5 imports 5 functions

Entity Profile

Dependency Diagram

graph LR
  d601d506_3b9a_e686_46fe_fd74ae63e473["index.svelte.js"]
  05d7a5a4_b083_d289_e35e_d027ff218f8c["Option.svelte.js"]
  d601d506_3b9a_e686_46fe_fd74ae63e473 --> 05d7a5a4_b083_d289_e35e_d027ff218f8c
  c3110e01_9b46_5c59_87cb_a720856fe44e["Option"]
  d601d506_3b9a_e686_46fe_fd74ae63e473 --> c3110e01_9b46_5c59_87cb_a720856fe44e
  a847d475_28e2_6e69_a137_e9b47aec897c["disclose-version"]
  d601d506_3b9a_e686_46fe_fd74ae63e473 --> a847d475_28e2_6e69_a137_e9b47aec897c
  d687b44b_26f5_c190_e61f_74ec24b250f5["legacy"]
  d601d506_3b9a_e686_46fe_fd74ae63e473 --> d687b44b_26f5_c190_e61f_74ec24b250f5
  1a59b12b_63d5_2eb4_1881_6fb96dbdcb56["client"]
  d601d506_3b9a_e686_46fe_fd74ae63e473 --> 1a59b12b_63d5_2eb4_1881_6fb96dbdcb56
  style d601d506_3b9a_e686_46fe_fd74ae63e473 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import 'svelte/internal/disclose-version';
import 'svelte/internal/flags/legacy';
import * as $ from 'svelte/internal/client';
import Option from './Option.svelte';

const opt = ($$anchor) => {
	var option = root_1();

	$.append($$anchor, option);
};

const option_snippet = ($$anchor) => {
	var option_1 = root_2();

	$.append($$anchor, option_1);
};

const option_snippet2 = ($$anchor) => {
	var option_2 = root_3();

	$.append($$anchor, option_2);
};

const conditional_option = ($$anchor) => {
	var option_3 = root_4();

	$.append($$anchor, option_3);
};

var root_1 = $.from_html(`<option>Snippet</option>`);
var root_2 = $.from_html(`<option>Rendered</option>`);
var root_3 = $.from_html(`<option>Rendered in group</option>`);
var root_4 = $.from_html(`<option>Conditional</option>`);
var option_content = $.from_html(`<span>Rich</span>`, 1);
var root_5 = $.from_html(`<option> </option>`);
var root_6 = $.from_html(`<option>Visible</option>`);
var root_7 = $.from_html(`<option>Keyed</option>`);
var select_content = $.from_html(`<!>`, 1);
var root_8 = $.from_html(`<option> </option>`);
var option_content_1 = $.from_html(`<strong>Bold</strong>`, 1);
var root_9 = $.from_html(`<option> </option>`);
var option_content_2 = $.from_html(`<em>Italic</em> text`, 1);
var option_content_3 = $.from_html(`<span> </span>`, 1);
var root_10 = $.from_html(`<option><!></option>`);
var root_12 = $.from_html(`<option> </option>`);
var root_13 = $.from_html(`<option>Boundary</option>`);
var option_content_4 = $.from_html(`<span>Rich in boundary</span>`, 1);
var root_14 = $.from_html(`<option><!></option>`);
var select_content_1 = $.from_html(`<!>`, 1);
var select_content_2 = $.from_html(`<!>`, 1);
var select_content_3 = $.from_html(`<!>`, 1);
var optgroup_content = $.from_html(`<!>`, 1);
var optgroup_content_1 = $.from_html(`<!>`, 1);
var option_content_5 = $.from_html(`<!>`, 1);
var select_content_4 = $.from_html(`<!>`, 1);
var select_content_5 = $.from_html(`<!>`, 1);
var root = $.from_html(`<select><option><!></option></select> <select></select> <select><!></select> <select><!></select>  <select><!></select> <select></select> <select><optgroup label="Group"><option><!></option></optgroup></select> <select><optgroup label="Group"></optgroup></select> <select><option><!></option></select> <select></select> <select><!></select> <select><!></select> <select><!></select> <select><!></select>  <select><!></select> <select><!></select> <select><optgroup label="Group"><!></optgroup></select>  <select><optgroup label="Group"><!></optgroup></select> <select><option><!></option></select> <select><!></select>  <select><!></select>`, 1);

export default function Select_with_rich_content($$anchor) {
	let items = [1, 2, 3];
// ... (352 more lines)

Domain

Subdomains

Dependencies

Frequently Asked Questions

What does index.svelte.js do?
index.svelte.js is a source file in the svelte codebase, written in javascript. It belongs to the BuildSystem domain, QualityControl subdomain.
What functions are defined in index.svelte.js?
index.svelte.js defines 5 function(s): Select_with_rich_content, conditional_option, opt, option_snippet, option_snippet2.
What does index.svelte.js depend on?
index.svelte.js imports 5 module(s): Option, Option.svelte.js, client, disclose-version, legacy.
Where is index.svelte.js in the architecture?
index.svelte.js is located at packages/svelte/tests/snapshot/samples/select-with-rich-content/_expected/client/index.svelte.js (domain: BuildSystem, subdomain: QualityControl, directory: packages/svelte/tests/snapshot/samples/select-with-rich-content/_expected/client).

Analyze Your Own Codebase

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

Try Supermodel Free