Home / Domains / ModuleRunner

ModuleRunner

Browse all 89 domain entities categorized under ModuleRunner in the vite Architecture Docs architecture documentation.

89 entities · Page 1 of 2

DecodedMap Class — vite Architecture
Architecture documentation for the DecodedMap class in decoder.ts from the vite codebase.
Class typescript
ESModulesEvaluator Class — vite Architecture
Architecture documentation for the ESModulesEvaluator class in esmEvaluator.ts from the vite codebase.
Class typescript
EvaluatedModuleNode Class — vite Architecture
Architecture documentation for the EvaluatedModuleNode class in evaluatedModules.ts from the vite codebase.
Class typescript
EvaluatedModules Class — vite Architecture
Architecture documentation for the EvaluatedModules class in evaluatedModules.ts from the vite codebase.
Class typescript
ModuleRunner Class — vite Architecture
Architecture documentation for the ModuleRunner class in runner.ts from the vite codebase.
Class typescript
ModuleRunner Domain — vite Architecture
A specialized runtime for executing modules in SSR environments and facilitating cross-environment communication. Architectural overview of the ModuleRunner domain in the vite codebase. Contains 14 source files.
Domain
constants.ts — vite Source File
Architecture documentation for constants.ts, a typescript file in the vite codebase. 0 imports, 3 dependents.
File typescript
createImportMeta.ts — vite Source File
Architecture documentation for createImportMeta.ts, a typescript file in the vite codebase. 8 imports, 1 dependents.
File typescript
esmEvaluator.ts — vite Source File
Architecture documentation for esmEvaluator.ts, a typescript file in the vite codebase. 7 imports, 1 dependents.
File typescript
evaluatedModules.ts — vite Source File
Architecture documentation for evaluatedModules.ts, a typescript file in the vite codebase. 11 imports, 3 dependents.
File typescript
hmrHandler.ts — vite Source File
Architecture documentation for hmrHandler.ts, a typescript file in the vite codebase. 9 imports, 1 dependents.
File typescript
hmrLogger.ts — vite Source File
Architecture documentation for hmrLogger.ts, a typescript file in the vite codebase. 2 imports, 1 dependents.
File typescript
importMetaResolver.ts — vite Source File
Architecture documentation for importMetaResolver.ts, a typescript file in the vite codebase. 1 imports, 2 dependents.
File typescript
index.ts — vite Source File
Architecture documentation for index.ts, a typescript file in the vite codebase. 0 imports, 1 dependents.
File typescript
runner.ts — vite Source File
Architecture documentation for runner.ts, a typescript file in the vite codebase. 33 imports, 3 dependents.
File typescript
decoder.ts — vite Source File
Architecture documentation for decoder.ts, a typescript file in the vite codebase. 2 imports, 2 dependents.
File typescript
index.ts — vite Source File
Architecture documentation for index.ts, a typescript file in the vite codebase. 4 imports, 1 dependents.
File typescript
interceptor.ts — vite Source File
Architecture documentation for interceptor.ts, a typescript file in the vite codebase. 11 imports, 2 dependents.
File typescript
types.ts — vite Source File
Architecture documentation for types.ts, a typescript file in the vite codebase. 19 imports, 4 dependents.
File typescript
utils.ts — vite Source File
Architecture documentation for utils.ts, a typescript file in the vite codebase. 2 imports, 5 dependents.
File typescript
createDefaultImportMeta() — vite Function Reference
Architecture documentation for the createDefaultImportMeta() function in createImportMeta.ts from the vite codebase.
Function typescript
createNodeImportMeta() — vite Function Reference
Architecture documentation for the createNodeImportMeta() function in createImportMeta.ts from the vite codebase.
Function typescript
envProxy.get() — vite Function Reference
Architecture documentation for the envProxy.get() function in createImportMeta.ts from the vite codebase.
Function typescript
constructor() — vite Function Reference
Architecture documentation for the constructor() function in decoder.ts from the vite codebase.
Function typescript
getOriginalPosition() — vite Function Reference
Architecture documentation for the getOriginalPosition() function in decoder.ts from the vite codebase.
Function typescript
memoizedState() — vite Function Reference
Architecture documentation for the memoizedState() function in decoder.ts from the vite codebase.
Function typescript
runExternalModule() — vite Function Reference
Architecture documentation for the runExternalModule() function in esmEvaluator.ts from the vite codebase.
Function typescript
runInlinedModule() — vite Function Reference
Architecture documentation for the runInlinedModule() function in esmEvaluator.ts from the vite codebase.
Function typescript
clear() — vite Function Reference
Architecture documentation for the clear() function in evaluatedModules.ts from the vite codebase.
Function typescript
constructor() — vite Function Reference
Architecture documentation for the constructor() function in evaluatedModules.ts from the vite codebase.
Function typescript
ensureModule() — vite Function Reference
Architecture documentation for the ensureModule() function in evaluatedModules.ts from the vite codebase.
Function typescript
getModuleById() — vite Function Reference
Architecture documentation for the getModuleById() function in evaluatedModules.ts from the vite codebase.
Function typescript
getModuleByUrl() — vite Function Reference
Architecture documentation for the getModuleByUrl() function in evaluatedModules.ts from the vite codebase.
Function typescript
getModulesByFile() — vite Function Reference
Architecture documentation for the getModulesByFile() function in evaluatedModules.ts from the vite codebase.
Function typescript
getModuleSourceMapById() — vite Function Reference
Architecture documentation for the getModuleSourceMapById() function in evaluatedModules.ts from the vite codebase.
Function typescript
invalidateModule() — vite Function Reference
Architecture documentation for the invalidateModule() function in evaluatedModules.ts from the vite codebase.
Function typescript
normalizeModuleId() — vite Function Reference
Architecture documentation for the normalizeModuleId() function in evaluatedModules.ts from the vite codebase.
Function typescript
createHMRHandlerForRunner() — vite Function Reference
Architecture documentation for the createHMRHandlerForRunner() function in hmrHandler.ts from the vite codebase.
Function typescript
findAllEntrypoints() — vite Function Reference
Architecture documentation for the findAllEntrypoints() function in hmrHandler.ts from the vite codebase.
Function typescript
getModulesByFile() — vite Function Reference
Architecture documentation for the getModulesByFile() function in hmrHandler.ts from the vite codebase.
Function typescript
getModulesEntrypoints() — vite Function Reference
Architecture documentation for the getModulesEntrypoints() function in hmrHandler.ts from the vite codebase.
Function typescript
hmrLogger.debug() — vite Function Reference
Architecture documentation for the hmrLogger.debug() function in hmrLogger.ts from the vite codebase.
Function typescript
hmrLogger.error() — vite Function Reference
Architecture documentation for the hmrLogger.error() function in hmrLogger.ts from the vite codebase.
Function typescript
noop() — vite Function Reference
Architecture documentation for the noop() function in hmrLogger.ts from the vite codebase.
Function typescript
createImportMetaResolver() — vite Function Reference
Architecture documentation for the createImportMetaResolver() function in importMetaResolver.ts from the vite codebase.
Function typescript
customizationHookResolve() — vite Function Reference
Architecture documentation for the customizationHookResolve() function in importMetaResolver.ts from the vite codebase.
Function typescript
importMetaResolveWithCustomHook() — vite Function Reference
Architecture documentation for the importMetaResolveWithCustomHook() function in importMetaResolver.ts from the vite codebase.
Function typescript
specifier() — vite Function Reference
Architecture documentation for the specifier() function in importMetaResolver.ts from the vite codebase.
Function typescript

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free