Home / Domains / PluginSystem

PluginSystem

Browse all 335 domain entities categorized under PluginSystem in the vite Architecture Docs architecture documentation.

335 entities · Page 1 of 7

location Class — vite Architecture
Architecture documentation for the location class in css.ts from the vite codebase.
Class typescript
window Class — vite Architecture
Architecture documentation for the window class in css.ts from the vite codebase.
Class typescript
scriptRel Class — vite Architecture
Architecture documentation for the scriptRel class in importAnalysisBuild.ts from the vite codebase.
Class typescript
seen Class — vite Architecture
Architecture documentation for the seen class in importAnalysisBuild.ts from the vite codebase.
Class typescript
WorkerOutputCache Class — vite Architecture
Architecture documentation for the WorkerOutputCache class in worker.ts from the vite codebase.
Class typescript
PluginSystem Domain — vite Architecture
The extensibility layer providing core features like CSS splitting, legacy browser support, and asset handling. Architectural overview of the PluginSystem domain in the vite codebase. Contains 32 source files.
Domain
index.ts — vite Source File
Architecture documentation for index.ts, a typescript file in the vite codebase. 12 imports, 0 dependents.
File typescript
snippets.ts — vite Source File
Architecture documentation for snippets.ts, a typescript file in the vite codebase. 0 imports, 2 dependents.
File typescript
snippets.spec.ts — vite Source File
Architecture documentation for snippets.spec.ts, a typescript file in the vite codebase. 3 imports, 0 dependents.
File typescript
types.ts — vite Source File
Architecture documentation for types.ts, a typescript file in the vite codebase. 0 imports, 1 dependents.
File typescript
asset.ts — vite Source File
Architecture documentation for asset.ts, a typescript file in the vite codebase. 36 imports, 8 dependents.
File typescript
assetImportMetaUrl.ts — vite Source File
Architecture documentation for assetImportMetaUrl.ts, a typescript file in the vite codebase. 27 imports, 2 dependents.
File typescript
clientInjections.ts — vite Source File
Architecture documentation for clientInjections.ts, a typescript file in the vite codebase. 18 imports, 3 dependents.
File typescript
css.ts — vite Source File
Architecture documentation for css.ts, a typescript file in the vite codebase. 94 imports, 9 dependents.
File typescript
define.ts — vite Source File
Architecture documentation for define.ts, a typescript file in the vite codebase. 12 imports, 4 dependents.
File typescript
dynamicImportVars.ts — vite Source File
Architecture documentation for dynamicImportVars.ts, a typescript file in the vite codebase. 22 imports, 2 dependents.
File typescript
esbuild.ts — vite Source File
Architecture documentation for esbuild.ts, a typescript file in the vite codebase. 20 imports, 8 dependents.
File typescript
esbuildBannerFooterCompatPlugin.ts — vite Source File
Architecture documentation for esbuildBannerFooterCompatPlugin.ts, a typescript file in the vite codebase. 8 imports, 1 dependents.
File typescript
html.ts — vite Source File
Architecture documentation for html.ts, a typescript file in the vite codebase. 46 imports, 6 dependents.
File typescript
importAnalysis.ts — vite Source File
Architecture documentation for importAnalysis.ts, a typescript file in the vite codebase. 71 imports, 7 dependents.
File typescript
importAnalysisBuild.ts — vite Source File
Architecture documentation for importAnalysisBuild.ts, a typescript file in the vite codebase. 22 imports, 3 dependents.
File typescript
importMetaGlob.ts — vite Source File
Architecture documentation for importMetaGlob.ts, a typescript file in the vite codebase. 28 imports, 5 dependents.
File typescript
index.ts — vite Source File
Architecture documentation for index.ts, a typescript file in the vite codebase. 51 imports, 4 dependents.
File typescript
json.ts — vite Source File
Architecture documentation for json.ts, a typescript file in the vite codebase. 0 imports, 2 dependents.
File typescript
license.ts — vite Source File
Architecture documentation for license.ts, a typescript file in the vite codebase. 10 imports, 1 dependents.
File typescript
manifest.ts — vite Source File
Architecture documentation for manifest.ts, a typescript file in the vite codebase. 12 imports, 2 dependents.
File typescript
modulePreloadPolyfill.ts — vite Source File
Architecture documentation for modulePreloadPolyfill.ts, a typescript file in the vite codebase. 5 imports, 3 dependents.
File typescript
optimizedDeps.ts — vite Source File
Architecture documentation for optimizedDeps.ts, a typescript file in the vite codebase. 14 imports, 2 dependents.
File typescript
oxc.ts — vite Source File
Architecture documentation for oxc.ts, a typescript file in the vite codebase. 29 imports, 6 dependents.
File typescript
pluginFilter.ts — vite Source File
Architecture documentation for pluginFilter.ts, a typescript file in the vite codebase. 7 imports, 3 dependents.
File typescript
preAlias.ts — vite Source File
Architecture documentation for preAlias.ts, a typescript file in the vite codebase. 16 imports, 2 dependents.
File typescript
prepareOutDir.ts — vite Source File
Architecture documentation for prepareOutDir.ts, a typescript file in the vite codebase. 16 imports, 1 dependents.
File typescript
reporter.ts — vite Source File
Architecture documentation for reporter.ts, a typescript file in the vite codebase. 20 imports, 1 dependents.
File typescript
resolve.ts — vite Source File
Architecture documentation for resolve.ts, a typescript file in the vite codebase. 45 imports, 12 dependents.
File typescript
terser.ts — vite Source File
Architecture documentation for terser.ts, a typescript file in the vite codebase. 10 imports, 2 dependents.
File typescript
wasm.ts — vite Source File
Architecture documentation for wasm.ts, a typescript file in the vite codebase. 11 imports, 1 dependents.
File typescript
worker.ts — vite Source File
Architecture documentation for worker.ts, a typescript file in the vite codebase. 31 imports, 5 dependents.
File typescript
workerImportMetaUrl.ts — vite Source File
Architecture documentation for workerImportMetaUrl.ts, a typescript file in the vite codebase. 30 imports, 2 dependents.
File typescript
assetPlugin() — vite Function Reference
Architecture documentation for the assetPlugin() function in asset.ts from the vite codebase.
Function typescript
assetToDataURL() — vite Function Reference
Architecture documentation for the assetToDataURL() function in asset.ts from the vite codebase.
Function typescript
fileToBuiltUrl() — vite Function Reference
Architecture documentation for the fileToBuiltUrl() function in asset.ts from the vite codebase.
Function typescript
fileToDevUrl() — vite Function Reference
Architecture documentation for the fileToDevUrl() function in asset.ts from the vite codebase.
Function typescript
fileToUrl() — vite Function Reference
Architecture documentation for the fileToUrl() function in asset.ts from the vite codebase.
Function typescript
getPublicAssetFilename() — vite Function Reference
Architecture documentation for the getPublicAssetFilename() function in asset.ts from the vite codebase.
Function typescript
isGitLfsPlaceholder() — vite Function Reference
Architecture documentation for the isGitLfsPlaceholder() function in asset.ts from the vite codebase.
Function typescript
publicFileToBuiltUrl() — vite Function Reference
Architecture documentation for the publicFileToBuiltUrl() function in asset.ts from the vite codebase.
Function typescript
registerCustomMime() — vite Function Reference
Architecture documentation for the registerCustomMime() function in asset.ts from the vite codebase.
Function typescript
renderAssetUrlInJS() — vite Function Reference
Architecture documentation for the renderAssetUrlInJS() function in asset.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