MCPcopy
hub / github.com/webpack/webpack / renderStartup

Method renderStartup

lib/library/AbstractLibraryPlugin.js:319–321  ·  view source on GitHub ↗

* Renders source with library export. * @param {Source} source source * @param {Module} module module * @param {StartupRenderContext} renderContext render context * @param {LibraryContext<T>} libraryContext context * @returns {Source} source with library export

(source, module, renderContext, libraryContext)

Source from the content-addressed store, hash-verified

317 * @returns {Source} source with library export
318 */
319 renderStartup(source, module, renderContext, libraryContext) {
320 return source;
321 }
322
323 /**
324 * Renders module content.

Callers 1

applyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected