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 16e3dbd8_b82d_6cfe_f578_20a33c4b2585["index.ts"] 5c0208e0_0187_5a99_e09e_c33ddf2e0e01["on.ts"] 16e3dbd8_b82d_6cfe_f578_20a33c4b2585 --> 5c0208e0_0187_5a99_e09e_c33ddf2e0e01 bd3ab854_1775_cd89_fbad_840717424260["on"] 16e3dbd8_b82d_6cfe_f578_20a33c4b2585 --> bd3ab854_1775_cd89_fbad_840717424260 b52f0370_abf4_a419_38b7_82175469149e["bind.ts"] 16e3dbd8_b82d_6cfe_f578_20a33c4b2585 --> b52f0370_abf4_a419_38b7_82175469149e 7ede2116_7cf6_5583_813d_3871c2f997aa["bind"] 16e3dbd8_b82d_6cfe_f578_20a33c4b2585 --> 7ede2116_7cf6_5583_813d_3871c2f997aa 156bf2e1_8a13_f22d_5437_54f14bcef8fa["util"] 16e3dbd8_b82d_6cfe_f578_20a33c4b2585 --> 156bf2e1_8a13_f22d_5437_54f14bcef8fa 54260741_ae9d_a025_86de_47c513f5f82d["index.ts"] 54260741_ae9d_a025_86de_47c513f5f82d --> 16e3dbd8_b82d_6cfe_f578_20a33c4b2585 style 16e3dbd8_b82d_6cfe_f578_20a33c4b2585 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 CompilerSFC 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: CompilerSFC, directory: src/compiler/directives).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free