Home / File/ index-basic.ts — vue Source File

index-basic.ts — vue Source File

Architecture documentation for index-basic.ts, a typescript file in the vue codebase. 4 imports, 0 dependents.

Entity Profile

Dependency Diagram

graph LR
  39a86c4b_c6aa_f56f_43e1_2331c7aaff16["index-basic.ts"]
  0b31f4f0_30b4_7b6a_627f_14db65cbd2d8["index.ts"]
  39a86c4b_c6aa_f56f_43e1_2331c7aaff16 --> 0b31f4f0_30b4_7b6a_627f_14db65cbd2d8
  083fac44_960c_224b_9690_d2743ae34b45["index.ts"]
  39a86c4b_c6aa_f56f_43e1_2331c7aaff16 --> 083fac44_960c_224b_9690_d2743ae34b45
  ebc1ee8c_3788_d1a8_036c_147e190c81b1["util"]
  39a86c4b_c6aa_f56f_43e1_2331c7aaff16 --> ebc1ee8c_3788_d1a8_036c_147e190c81b1
  c9656c8c_2ed2_8146_6cf1_c7da0f5b37a5["create-basic-renderer"]
  39a86c4b_c6aa_f56f_43e1_2331c7aaff16 --> c9656c8c_2ed2_8146_6cf1_c7da0f5b37a5
  style 39a86c4b_c6aa_f56f_43e1_2331c7aaff16 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import modules from './modules/index'
import directives from './directives/index'
import { isUnaryTag, canBeLeftOpenTag } from 'web/compiler/util'
import { createBasicRenderer } from 'server/create-basic-renderer'

export default createBasicRenderer({
  // @ts-expect-error
  modules,
  directives,
  isUnaryTag,
  canBeLeftOpenTag
})

Dependencies

Frequently Asked Questions

What does index-basic.ts do?
index-basic.ts is a source file in the vue codebase, written in typescript. It belongs to the ServerRenderer domain.
What does index-basic.ts depend on?
index-basic.ts imports 4 module(s): create-basic-renderer, index.ts, index.ts, util.
Where is index-basic.ts in the architecture?
index-basic.ts is located at packages/server-renderer/src/index-basic.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