Home / File/ patch.ts — vue Source File

patch.ts — vue Source File

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

File typescript WebPlatform 4 imports 1 dependents

Entity Profile

Dependency Diagram

graph LR
  fc4ee9b8_614e_6e81_8598_c3613de80501["patch.ts"]
  f80c5e4d_1e3b_767f_8be3_ecd31cdf3f45["node-ops"]
  fc4ee9b8_614e_6e81_8598_c3613de80501 --> f80c5e4d_1e3b_767f_8be3_ecd31cdf3f45
  7f2e8dff_3298_ebe0_d86e_250235fb5e75["patch"]
  fc4ee9b8_614e_6e81_8598_c3613de80501 --> 7f2e8dff_3298_ebe0_d86e_250235fb5e75
  a3bc8b1b_3e92_8691_7c02_225e174e5d24["index"]
  fc4ee9b8_614e_6e81_8598_c3613de80501 --> a3bc8b1b_3e92_8691_7c02_225e174e5d24
  52e0ef55_d336_3b74_458f_64be07e45dab["index"]
  fc4ee9b8_614e_6e81_8598_c3613de80501 --> 52e0ef55_d336_3b74_458f_64be07e45dab
  741f07d4_91fb_0d2e_19fb_525f8624bea6["index.ts"]
  741f07d4_91fb_0d2e_19fb_525f8624bea6 --> fc4ee9b8_614e_6e81_8598_c3613de80501
  style fc4ee9b8_614e_6e81_8598_c3613de80501 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

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