patch.ts — vue Source File
Architecture documentation for patch.ts, a typescript file in the vue codebase. 4 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR 468af96f_b7ec_e775_664d_30df2088630f["patch.ts"] 20945e0e_c744_c45a_af57_746246c972ef["node-ops"] 468af96f_b7ec_e775_664d_30df2088630f --> 20945e0e_c744_c45a_af57_746246c972ef a4f22c0d_db48_725a_0132_272983c09232["patch"] 468af96f_b7ec_e775_664d_30df2088630f --> a4f22c0d_db48_725a_0132_272983c09232 f111d70f_7bb3_5a07_23ec_a9cb0556393a["index"] 468af96f_b7ec_e775_664d_30df2088630f --> f111d70f_7bb3_5a07_23ec_a9cb0556393a a9a9ff87_9f66_c824_7b5e_5eb0c304929b["index"] 468af96f_b7ec_e775_664d_30df2088630f --> a9a9ff87_9f66_c824_7b5e_5eb0c304929b 1f23f9a8_908f_4fb5_cd0e_f6931084f349["index.ts"] 1f23f9a8_908f_4fb5_cd0e_f6931084f349 --> 468af96f_b7ec_e775_664d_30df2088630f style 468af96f_b7ec_e775_664d_30df2088630f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import * as nodeOps from 'web/runtime/node-ops'
import { createPatchFunction } from 'core/vdom/patch'
import baseModules from 'core/vdom/modules/index'
import platformModules from 'web/runtime/modules/index'
// the directive module should be applied last, after all
// built-in modules have been applied.
const modules = platformModules.concat(baseModules)
export const patch: Function = createPatchFunction({ nodeOps, modules })
Domain
Dependencies
- index
- index
- node-ops
- patch
Imported By
Source
Frequently Asked Questions
What does patch.ts do?
patch.ts is a source file in the vue codebase, written in typescript. It belongs to the WebPlatform domain.
What does patch.ts depend on?
patch.ts imports 4 module(s): index, index, node-ops, patch.
What files import patch.ts?
patch.ts is imported by 1 file(s): index.ts.
Where is patch.ts in the architecture?
patch.ts is located at src/platforms/web/runtime/patch.ts (domain: WebPlatform, directory: src/platforms/web/runtime).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free