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 60900fe4_f4b0_dfb1_f1c9_8f4c042c826e["compiler.ts"] c8c25bbc_db7f_72b6_f1ee_617c071790f0["options"] 60900fe4_f4b0_dfb1_f1c9_8f4c042c826e --> c8c25bbc_db7f_72b6_f1ee_617c071790f0 2927e7f5_a8cd_94f0_af12_e794b1ea7907["index"] 60900fe4_f4b0_dfb1_f1c9_8f4c042c826e --> 2927e7f5_a8cd_94f0_af12_e794b1ea7907 affe67c1_b5f5_cf58_e5d3_d3d820ab290f["render.ts"] affe67c1_b5f5_cf58_e5d3_d3d820ab290f --> 60900fe4_f4b0_dfb1_f1c9_8f4c042c826e style 60900fe4_f4b0_dfb1_f1c9_8f4c042c826e 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