compiler.ts — vue Source File
Architecture documentation for compiler.ts, a typescript file in the vue codebase. 2 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR 9904ba9e_ba26_19f2_4c09_56f1ef6315fc["compiler.ts"] b0b6bd3d_bce8_b3b0_ce33_925aad47348a["options"] 9904ba9e_ba26_19f2_4c09_56f1ef6315fc --> b0b6bd3d_bce8_b3b0_ce33_925aad47348a 6e3c545b_b202_080b_0b7d_d2fb702ff998["index"] 9904ba9e_ba26_19f2_4c09_56f1ef6315fc --> 6e3c545b_b202_080b_0b7d_d2fb702ff998 439dcf36_0570_3186_196e_91c09d6d3ea6["render.ts"] 439dcf36_0570_3186_196e_91c09d6d3ea6 --> 9904ba9e_ba26_19f2_4c09_56f1ef6315fc style 9904ba9e_ba26_19f2_4c09_56f1ef6315fc fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { baseOptions } from 'web/compiler/options'
import { createCompiler } from 'server/optimizing-compiler/index'
const { compile, compileToFunctions } = createCompiler(baseOptions)
export { compile as ssrCompile, compileToFunctions as ssrCompileToFunctions }
Domain
Dependencies
- index
- options
Imported By
Source
Frequently Asked Questions
What does compiler.ts do?
compiler.ts is a source file in the vue codebase, written in typescript. It belongs to the ServerRenderer domain.
What does compiler.ts depend on?
compiler.ts imports 2 module(s): index, options.
What files import compiler.ts?
compiler.ts is imported by 1 file(s): render.ts.
Where is compiler.ts in the architecture?
compiler.ts is located at packages/server-renderer/src/compiler.ts (domain: ServerRenderer, directory: packages/server-renderer/src).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free