index.ts — vue Source File
Architecture documentation for index.ts, a typescript file in the vue codebase. 6 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR bd1ea209_f0b6_a660_b088_32a9933f8c05["index.ts"] 15390ccf_ab46_d508_a1ed_b3b87cc03914["model.ts"] bd1ea209_f0b6_a660_b088_32a9933f8c05 --> 15390ccf_ab46_d508_a1ed_b3b87cc03914 d13f0020_9aae_98ba_33de_e0cf5575ddfd["model"] bd1ea209_f0b6_a660_b088_32a9933f8c05 --> d13f0020_9aae_98ba_33de_e0cf5575ddfd 62b20651_ee47_8f1c_d893_54869e18fabd["text.ts"] bd1ea209_f0b6_a660_b088_32a9933f8c05 --> 62b20651_ee47_8f1c_d893_54869e18fabd 6c572332_c7c4_f265_62d2_cb883bbfbb83["text"] bd1ea209_f0b6_a660_b088_32a9933f8c05 --> 6c572332_c7c4_f265_62d2_cb883bbfbb83 5d956a21_dfa6_d70a_9e6c_cac048bf5387["html.ts"] bd1ea209_f0b6_a660_b088_32a9933f8c05 --> 5d956a21_dfa6_d70a_9e6c_cac048bf5387 adc4cc7b_ada2_197a_126b_a158baff8a2a["html"] bd1ea209_f0b6_a660_b088_32a9933f8c05 --> adc4cc7b_ada2_197a_126b_a158baff8a2a 79e91077_f7a7_0ee1_926a_dbf257c88c51["options.ts"] 79e91077_f7a7_0ee1_926a_dbf257c88c51 --> bd1ea209_f0b6_a660_b088_32a9933f8c05 style bd1ea209_f0b6_a660_b088_32a9933f8c05 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
Imported By
Source
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