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

Method render

lib/optimize/InlineExports.js:55–57  ·  view source on GitHub ↗

* @param {string} comment leading comment text * @returns {string} parenthesized literal with comment

(comment)

Source from the content-addressed store, hash-verified

53 * @returns {string} parenthesized literal with comment
54 */
55 render(comment) {
56 return `(${comment}${this.renderLiteral()})`;
57 }
58
59 /**
60 * @param {ObjectSerializerContext} context context

Callers 11

exportFromImportMethod · 0.45
createChunkAssetsMethod · 0.45
applyMethod · 0.45
_updateHashMethod · 0.45
renderMethod · 0.45
getFinalBindingFunction · 0.45
codeGenerationMethod · 0.45
getReturnValueMethod · 0.45
applyMethod · 0.45
bootstrap.jsFile · 0.45

Calls 1

renderLiteralMethod · 0.95

Tested by

no test coverage detected