circular-index.js — vite Source File
Architecture documentation for circular-index.js, a javascript file in the vite codebase.
Entity Profile
Source Code
export { a } from './circular-a'
export { b } from './circular-b'
// since there is no .accept, it does full reload
import.meta.hot.on('vite:beforeFullReload', () => {
console.log('full reload')
})
Source
Frequently Asked Questions
What does circular-index.js do?
circular-index.js is a source file in the vite codebase, written in javascript.
Where is circular-index.js in the architecture?
circular-index.js is located at packages/vite/src/node/ssr/runtime/__tests__/fixtures/circular/circular-index.js (directory: packages/vite/src/node/ssr/runtime/__tests__/fixtures/circular).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free