MCPcopy
hub / github.com/webpack/webpack / getOptions

Method getOptions

declarations/LoaderContext.d.ts:37–37  ·  view source on GitHub ↗

* Extracts and parses the options of the current loader. * Parses string options as JSON or a query string. * @returns The parsed loader options

()

Source from the content-addressed store, hash-verified

35 * @returns The parsed loader options
36 */
37 getOptions(): OptionsType;
38
39 /**
40 * Extracts and parses the options of the current loader.

Callers 13

runGroupingFunction · 0.65
loader.jsFile · 0.65
phase-loader.jsFile · 0.65
loader.jsFile · 0.65
loader.jsFile · 0.65
loader.jsFile · 0.65
_createToolbarTableFunction · 0.65
loader.jsFile · 0.65
loader-2.jsFile · 0.65
loader-1.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected