Home / File/ entry.js — vite Source File

entry.js — vite Source File

Architecture documentation for entry.js, a javascript file in the vite codebase.

Entity Profile

Relationship Graph

Source Code

export async function setupCyclic() {
  const mod = await import('./entry-cyclic.js')
  await mod.default()
}

export async function importAction(id) {
  return await import(/* @vite-ignore */ id)
}

Domain

Subdomains

Frequently Asked Questions

What does entry.js do?
entry.js is a source file in the vite codebase, written in javascript. It belongs to the ViteCore domain, ConfigEngine subdomain.
What functions are defined in entry.js?
entry.js defines 2 function(s): importAction, setupCyclic.
Where is entry.js in the architecture?
entry.js is located at packages/vite/src/node/ssr/runtime/__tests__/fixtures/cyclic/entry.js (domain: ViteCore, subdomain: ConfigEngine, directory: packages/vite/src/node/ssr/runtime/__tests__/fixtures/cyclic).

Analyze Your Own Codebase

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

Try Supermodel Free