Home / File/ target.ts — vite Source File

target.ts — vite Source File

Architecture documentation for target.ts, a typescript file in the vite codebase. 1 imports, 1 dependents.

File typescript ViteCore 1 imports 1 dependents

Entity Profile

Dependency Diagram

graph LR
  42c58d4d_d5fe_eb60_fb1b_dcd515a8b5fe["target.ts"]
  91c0a933_99f8_0f19_76be_e135a5d6b85f["dep.ts"]
  42c58d4d_d5fe_eb60_fb1b_dcd515a8b5fe --> 91c0a933_99f8_0f19_76be_e135a5d6b85f
  9c1bcff1_9328_d4a0_3ecb_5376a5c60b96["main-accepted.ts"]
  9c1bcff1_9328_d4a0_3ecb_5376a5c60b96 --> 42c58d4d_d5fe_eb60_fb1b_dcd515a8b5fe
  style 42c58d4d_d5fe_eb60_fb1b_dcd515a8b5fe fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import dep from './dep'

export const a = 'A0'

const bValue = 'B0'
export { bValue as b }

const def = 'D0'

export default def

console.log(`<<<<<< ${a} ${bValue} ${def} ; ${dep}`)

if (import.meta.hot) {
  import.meta.hot.acceptExports(['a', 'default'])
}

Domain

Dependencies

Frequently Asked Questions

What does target.ts do?
target.ts is a source file in the vite codebase, written in typescript. It belongs to the ViteCore domain.
What does target.ts depend on?
target.ts imports 1 module(s): dep.ts.
What files import target.ts?
target.ts is imported by 1 file(s): main-accepted.ts.
Where is target.ts in the architecture?
target.ts is located at playground/hmr/accept-exports/main-accepted/target.ts (domain: ViteCore, directory: playground/hmr/accept-exports/main-accepted).

Analyze Your Own Codebase

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

Try Supermodel Free