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. 1 imports, 0 dependents.

Entity Profile

Dependency Diagram

graph LR
  db89d390_7311_ed60_eea8_766b26c2a771["index.svelte.js"]
  4076941f_01d8_e54b_a571_b95a5cd6c871["server"]
  db89d390_7311_ed60_eea8_766b26c2a771 --> 4076941f_01d8_e54b_a571_b95a5cd6c871
  style db89d390_7311_ed60_eea8_766b26c2a771 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import * as $ from 'svelte/internal/server';

export default function Delegated_locally_declared_shadowed($$renderer) {
	$$renderer.push(`<!--[-->`);

	const each_array = $.ensure_array_like({ length: 1 });

	for (let index = 0, $$length = each_array.length; index < $$length; index++) {
		$$renderer.push(`<button type="button"${$.attr('data-index', index)}>B</button>`);
	}

	$$renderer.push(`<!--]-->`);
}

Domain

Subdomains

Dependencies

  • server

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, MessageProcessor subdomain.
What functions are defined in index.svelte.js?
index.svelte.js defines 1 function(s): Delegated_locally_declared_shadowed.
What does index.svelte.js depend on?
index.svelte.js imports 1 module(s): server.
Where is index.svelte.js in the architecture?
index.svelte.js is located at packages/svelte/tests/snapshot/samples/delegated-locally-declared-shadowed/_expected/server/index.svelte.js (domain: BuildSystem, subdomain: MessageProcessor, directory: packages/svelte/tests/snapshot/samples/delegated-locally-declared-shadowed/_expected/server).

Analyze Your Own Codebase

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

Try Supermodel Free