MCPcopy
hub / github.com/webpack/webpack / context

Method context

module.d.ts:228–228  ·  view source on GitHub ↗
(
			request: string,
			includeSubdirectories?: boolean,
			filter?: RegExp,
			mode?: "sync" | "eager" | "weak" | "lazy" | "lazy-once"
		)

Source from the content-addressed store, hash-verified

226 chunkName?: string
227 ): void;
228 context(
229 request: string,
230 includeSubdirectories?: boolean,
231 filter?: RegExp,

Callers 15

index.tsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected