Home / File/ index.ts — vue Source File

index.ts — vue Source File

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

Entity Profile

Dependency Diagram

graph LR
  227f73c4_4e20_2188_e5c5_a61fcdcc0b12["index.ts"]
  c25982c8_2ef6_052e_8f6b_374c617a6efc["attrs.ts"]
  227f73c4_4e20_2188_e5c5_a61fcdcc0b12 --> c25982c8_2ef6_052e_8f6b_374c617a6efc
  8fdc3f66_a6b3_ca41_84c0_e583884cca12["class.ts"]
  227f73c4_4e20_2188_e5c5_a61fcdcc0b12 --> 8fdc3f66_a6b3_ca41_84c0_e583884cca12
  a96f977a_276b_ffab_5b5b_538f5f278c2e["events.ts"]
  227f73c4_4e20_2188_e5c5_a61fcdcc0b12 --> a96f977a_276b_ffab_5b5b_538f5f278c2e
  297f96f5_ce18_dfbe_5031_c5fe5e97a7a4["dom-props.ts"]
  227f73c4_4e20_2188_e5c5_a61fcdcc0b12 --> 297f96f5_ce18_dfbe_5031_c5fe5e97a7a4
  8b26f627_0982_0df0_c3cb_2f1f73bd5429["style.ts"]
  227f73c4_4e20_2188_e5c5_a61fcdcc0b12 --> 8b26f627_0982_0df0_c3cb_2f1f73bd5429
  9054be9b_2c50_137b_ab18_88c14104b006["transition.ts"]
  227f73c4_4e20_2188_e5c5_a61fcdcc0b12 --> 9054be9b_2c50_137b_ab18_88c14104b006
  style 227f73c4_4e20_2188_e5c5_a61fcdcc0b12 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import attrs from './attrs'
import klass from './class'
import events from './events'
import domProps from './dom-props'
import style from './style'
import transition from './transition'

export default [attrs, klass, events, domProps, style, transition]

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 6 module(s): attrs.ts, class.ts, dom-props.ts, events.ts, style.ts, transition.ts.
Where is index.ts in the architecture?
index.ts is located at src/platforms/web/runtime/modules/index.ts (domain: WebPlatform, directory: src/platforms/web/runtime/modules).

Analyze Your Own Codebase

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

Try Supermodel Free