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, 1 dependents.

File typescript WebPlatform 6 imports 1 dependents

Entity Profile

Dependency Diagram

graph LR
  f775a5be_e998_af45_9bda_1ef8cd715838["index.ts"]
  fba67da2_5967_6779_f088_36da3dcbd363["model.ts"]
  f775a5be_e998_af45_9bda_1ef8cd715838 --> fba67da2_5967_6779_f088_36da3dcbd363
  604989de_6282_4011_dd2f_f80716675ba4["model"]
  f775a5be_e998_af45_9bda_1ef8cd715838 --> 604989de_6282_4011_dd2f_f80716675ba4
  3f62c2f3_7ccd_5200_ae4b_507237bb9aab["text.ts"]
  f775a5be_e998_af45_9bda_1ef8cd715838 --> 3f62c2f3_7ccd_5200_ae4b_507237bb9aab
  eacc41ad_ad31_d479_106f_518f02cec7f4["text"]
  f775a5be_e998_af45_9bda_1ef8cd715838 --> eacc41ad_ad31_d479_106f_518f02cec7f4
  c430bf28_e89f_91db_516e_449f222609e9["html.ts"]
  f775a5be_e998_af45_9bda_1ef8cd715838 --> c430bf28_e89f_91db_516e_449f222609e9
  029f4784_3bf2_e470_317e_b2a2d91e9f87["html"]
  f775a5be_e998_af45_9bda_1ef8cd715838 --> 029f4784_3bf2_e470_317e_b2a2d91e9f87
  c617a26f_747b_ad91_805e_3599015c7466["options.ts"]
  c617a26f_747b_ad91_805e_3599015c7466 --> f775a5be_e998_af45_9bda_1ef8cd715838
  style f775a5be_e998_af45_9bda_1ef8cd715838 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import model from './model'
import text from './text'
import html from './html'

export default {
  model,
  text,
  html
}

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): html, html.ts, model, model.ts, text, text.ts.
What files import index.ts?
index.ts is imported by 1 file(s): options.ts.
Where is index.ts in the architecture?
index.ts is located at src/platforms/web/compiler/directives/index.ts (domain: WebPlatform, directory: src/platforms/web/compiler/directives).

Analyze Your Own Codebase

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

Try Supermodel Free