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
  0fb487f9_cea5_375f_5a11_a41ae6cc2182["target.ts"]
  56563be7_7dd5_72ca_ef84_7d1a5e1cafd7["dep.ts"]
  0fb487f9_cea5_375f_5a11_a41ae6cc2182 --> 56563be7_7dd5_72ca_ef84_7d1a5e1cafd7
  0099e29b_4d8a_99ac_4647_e51279347f9e["main-accepted.ts"]
  0099e29b_4d8a_99ac_4647_e51279347f9e --> 0fb487f9_cea5_375f_5a11_a41ae6cc2182
  style 0fb487f9_cea5_375f_5a11_a41ae6cc2182 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

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-ssr/accept-exports/main-accepted/target.ts (domain: ViteCore, directory: playground/hmr-ssr/accept-exports/main-accepted).

Analyze Your Own Codebase

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

Try Supermodel Free