Home / File/ index.ts — vue Source File

index.ts — vue Source File

Architecture documentation for index.ts, a typescript file in the vue codebase. 2 imports, 1 dependents.

File typescript WebPlatform 2 imports 1 dependents

Entity Profile

Dependency Diagram

graph LR
  95855a54_c069_03c0_f190_110611bbea7e["index.ts"]
  79e91077_f7a7_0ee1_926a_dbf257c88c51["options.ts"]
  95855a54_c069_03c0_f190_110611bbea7e --> 79e91077_f7a7_0ee1_926a_dbf257c88c51
  788d3c49_d748_2997_62a4_eba82de819f4["index"]
  95855a54_c069_03c0_f190_110611bbea7e --> 788d3c49_d748_2997_62a4_eba82de819f4
  65cd287e_4e6a_7361_27b7_9f8be7ceff8e["runtime-with-compiler.ts"]
  65cd287e_4e6a_7361_27b7_9f8be7ceff8e --> 95855a54_c069_03c0_f190_110611bbea7e
  style 95855a54_c069_03c0_f190_110611bbea7e 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

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