Home / File/ index.ts — vue Source File

index.ts — vue Source File

Architecture documentation for index.ts, a typescript file in the vue codebase. 2 imports, 1 dependents.

File typescript WebPlatform 2 imports 1 dependents

Entity Profile

Dependency Diagram

graph LR
  370f887a_671c_0a30_6345_0f97fc69bd9e["index.ts"]
  b0a7d15f_5bac_dc6f_49fa_0554a1565637["transition.ts"]
  370f887a_671c_0a30_6345_0f97fc69bd9e --> b0a7d15f_5bac_dc6f_49fa_0554a1565637
  7c91c607_f320_9fb6_0e00_4e5d50689bec["transition-group.ts"]
  370f887a_671c_0a30_6345_0f97fc69bd9e --> 7c91c607_f320_9fb6_0e00_4e5d50689bec
  1f23f9a8_908f_4fb5_cd0e_f6931084f349["index.ts"]
  1f23f9a8_908f_4fb5_cd0e_f6931084f349 --> 370f887a_671c_0a30_6345_0f97fc69bd9e
  style 370f887a_671c_0a30_6345_0f97fc69bd9e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import Transition from './transition'
import TransitionGroup from './transition-group'

export default {
  Transition,
  TransitionGroup
}

Domain

Frequently Asked Questions

What does index.ts do?
index.ts is a source file in the vue codebase, written in typescript. It belongs to the WebPlatform domain.
What does index.ts depend on?
index.ts imports 2 module(s): transition-group.ts, transition.ts.
What files import index.ts?
index.ts is imported by 1 file(s): index.ts.
Where is index.ts in the architecture?
index.ts is located at src/platforms/web/runtime/components/index.ts (domain: WebPlatform, directory: src/platforms/web/runtime/components).

Analyze Your Own Codebase

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

Try Supermodel Free