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
  7973a695_d0db_6940_134b_f6ff953b9e97["index.ts"]
  79ac8337_fd93_af91_1c63_9d155d74dbf5["attrs.ts"]
  7973a695_d0db_6940_134b_f6ff953b9e97 --> 79ac8337_fd93_af91_1c63_9d155d74dbf5
  4e760d0b_e8eb_7d3b_49e7_041e050c9a64["class.ts"]
  7973a695_d0db_6940_134b_f6ff953b9e97 --> 4e760d0b_e8eb_7d3b_49e7_041e050c9a64
  fa3254df_d7fb_4fb8_94ec_97ddce44d626["events.ts"]
  7973a695_d0db_6940_134b_f6ff953b9e97 --> fa3254df_d7fb_4fb8_94ec_97ddce44d626
  499981ef_61ac_579c_c134_3ae2dc9cdf2c["dom-props.ts"]
  7973a695_d0db_6940_134b_f6ff953b9e97 --> 499981ef_61ac_579c_c134_3ae2dc9cdf2c
  39bcf580_b87a_fcd4_c4dc_38d5e8e0495a["style.ts"]
  7973a695_d0db_6940_134b_f6ff953b9e97 --> 39bcf580_b87a_fcd4_c4dc_38d5e8e0495a
  4d46ad51_46f5_2e09_4e74_85f233ccffed["transition.ts"]
  7973a695_d0db_6940_134b_f6ff953b9e97 --> 4d46ad51_46f5_2e09_4e74_85f233ccffed
  style 7973a695_d0db_6940_134b_f6ff953b9e97 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