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
  e776bdfd_5e2b_299f_0121_619797a9f93f["index.svelte.js"]
  4076941f_01d8_e54b_a571_b95a5cd6c871["server"]
  e776bdfd_5e2b_299f_0121_619797a9f93f --> 4076941f_01d8_e54b_a571_b95a5cd6c871
  style e776bdfd_5e2b_299f_0121_619797a9f93f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

/* index.svelte.js generated by Svelte VERSION */
import * as $ from 'svelte/internal/server';

let a = 1;
let b = 2;
let c = 3;
let d = 4;

export function update(array) {
	[a, b] = array;
	[c, d] = array;
}

Domain

Subdomains

Functions

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): update.
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/destructured-assignments/_expected/server/index.svelte.js (domain: BuildSystem, subdomain: MessageProcessor, directory: packages/svelte/tests/snapshot/samples/destructured-assignments/_expected/server).

Analyze Your Own Codebase

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

Try Supermodel Free