index.ts — vue Source File
Architecture documentation for index.ts, a typescript file in the vue codebase. 5 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR 91a91cec_898a_8a68_28b1_844eb86f59f4["index.ts"] e9dd62f5_ac97_4580_4f7b_a3954dff260f["on.ts"] 91a91cec_898a_8a68_28b1_844eb86f59f4 --> e9dd62f5_ac97_4580_4f7b_a3954dff260f 07650536_91e8_4482_8dbd_7d378c821de9["on"] 91a91cec_898a_8a68_28b1_844eb86f59f4 --> 07650536_91e8_4482_8dbd_7d378c821de9 7fb09993_ca1f_8906_bbf9_8616b7f099db["bind.ts"] 91a91cec_898a_8a68_28b1_844eb86f59f4 --> 7fb09993_ca1f_8906_bbf9_8616b7f099db d9767228_bc7e_6e1d_5ce4_a1231ee8f993["bind"] 91a91cec_898a_8a68_28b1_844eb86f59f4 --> d9767228_bc7e_6e1d_5ce4_a1231ee8f993 09aa5370_2caa_6b33_3f44_6ac5211bd11b["util"] 91a91cec_898a_8a68_28b1_844eb86f59f4 --> 09aa5370_2caa_6b33_3f44_6ac5211bd11b 6a18399e_553e_fef8_6a39_746f79f94bd2["index.ts"] 6a18399e_553e_fef8_6a39_746f79f94bd2 --> 91a91cec_898a_8a68_28b1_844eb86f59f4 style 91a91cec_898a_8a68_28b1_844eb86f59f4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import on from './on'
import bind from './bind'
import { noop } from 'shared/util'
export default {
on,
bind,
cloak: noop
}
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 VueCore domain.
What does index.ts depend on?
index.ts imports 5 module(s): bind, bind.ts, on, on.ts, util.
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/compiler/directives/index.ts (domain: VueCore, directory: src/compiler/directives).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free