common.js — vite Source File
Architecture documentation for common.js, a javascript file in the vite codebase. 2 imports, 5 dependents.
Entity Profile
Dependency Diagram
graph LR 83ee9794_2f2d_e1f8_fb6a_81640f64422f["common.js"] 1b774438_92f3_01a9_9978_0799124b2055["dep1.js"] 83ee9794_2f2d_e1f8_fb6a_81640f64422f --> 1b774438_92f3_01a9_9978_0799124b2055 78ae1380_d186_7cf0_4fa9_c405f729f37b["dep2.js"] 83ee9794_2f2d_e1f8_fb6a_81640f64422f --> 78ae1380_d186_7cf0_4fa9_c405f729f37b 1b774438_92f3_01a9_9978_0799124b2055["dep1.js"] 1b774438_92f3_01a9_9978_0799124b2055 --> 83ee9794_2f2d_e1f8_fb6a_81640f64422f 78ae1380_d186_7cf0_4fa9_c405f729f37b["dep2.js"] 78ae1380_d186_7cf0_4fa9_c405f729f37b --> 83ee9794_2f2d_e1f8_fb6a_81640f64422f 04caded1_8c8b_74c8_9d2b_2363517d2c4c["dep3.js"] 04caded1_8c8b_74c8_9d2b_2363517d2c4c --> 83ee9794_2f2d_e1f8_fb6a_81640f64422f ba49685f_23d7_2012_bf75_a02715236687["shared.js"] ba49685f_23d7_2012_bf75_a02715236687 --> 83ee9794_2f2d_e1f8_fb6a_81640f64422f 4d536601_9cf6_0e02_c389_608f6928ba07["unique.js"] 4d536601_9cf6_0e02_c389_608f6928ba07 --> 83ee9794_2f2d_e1f8_fb6a_81640f64422f style 83ee9794_2f2d_e1f8_fb6a_81640f64422f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import './dep1'
import './dep2'
export function log(name) {
document.getElementById('output').innerHTML += name + ' '
}
log('common')
Domain
Subdomains
Functions
Imported By
Source
Frequently Asked Questions
What does common.js do?
common.js is a source file in the vite codebase, written in javascript. It belongs to the ViteCore domain, DevServer subdomain.
What functions are defined in common.js?
common.js defines 1 function(s): log.
What does common.js depend on?
common.js imports 2 module(s): dep1.js, dep2.js.
What files import common.js?
common.js is imported by 5 file(s): dep1.js, dep2.js, dep3.js, shared.js, unique.js.
Where is common.js in the architecture?
common.js is located at playground/html/inline/common.js (domain: ViteCore, subdomain: DevServer, directory: playground/html/inline).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free