index.ts — vue Source File
Architecture documentation for index.ts, a typescript file in the vue codebase. 2 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR 83b54a97_3eec_287c_ac2b_9c9d7158daca["index.ts"] c617a26f_747b_ad91_805e_3599015c7466["options.ts"] 83b54a97_3eec_287c_ac2b_9c9d7158daca --> c617a26f_747b_ad91_805e_3599015c7466 4546c3b0_980b_b920_b2f3_4535a07d77bb["index"] 83b54a97_3eec_287c_ac2b_9c9d7158daca --> 4546c3b0_980b_b920_b2f3_4535a07d77bb 04498845_3cc1_e86f_9070_0c7b23b88f7c["runtime-with-compiler.ts"] 04498845_3cc1_e86f_9070_0c7b23b88f7c --> 83b54a97_3eec_287c_ac2b_9c9d7158daca style 83b54a97_3eec_287c_ac2b_9c9d7158daca fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { baseOptions } from './options'
import { createCompiler } from 'compiler/index'
const { compile, compileToFunctions } = createCompiler(baseOptions)
export { compile, compileToFunctions }
Domain
Dependencies
- index
- options.ts
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 2 module(s): index, options.ts.
What files import index.ts?
index.ts is imported by 1 file(s): runtime-with-compiler.ts.
Where is index.ts in the architecture?
index.ts is located at src/platforms/web/compiler/index.ts (domain: WebPlatform, directory: src/platforms/web/compiler).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free