MCPcopy
hub / github.com/vitejs/vite / incrementIndent

Function incrementIndent

packages/vite/src/node/plugins/html.ts:1652–1654  ·  view source on GitHub ↗
(indent: string = '')

Source from the content-addressed store, hash-verified

1650}
1651
1652function incrementIndent(indent: string = '') {
1653 return `${indent}${indent[0] === '\t' ? '\t' : ' '}`
1654}
1655
1656export function getImportMapFilename(config: ResolvedConfig): string {
1657 const chunkImportMap =

Callers 3

injectToHeadFunction · 0.85
injectToBodyFunction · 0.85
serializeTagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected