MCPcopy
hub / github.com/webpack/webpack / render

Method render

lib/library/AbstractLibraryPlugin.js:307–309  ·  view source on GitHub ↗

* Returns source with library export. * @param {Source} source source * @param {RenderContext} renderContext render context * @param {LibraryContext<T>} libraryContext context * @returns {Source} source with library export

(source, renderContext, libraryContext)

Source from the content-addressed store, hash-verified

305 * @returns {Source} source with library export
306 */
307 render(source, renderContext, libraryContext) {
308 return source;
309 }
310
311 /**
312 * Renders source with library export.

Callers 1

applyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected