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

Method render

lib/optimize/InlineExports.js:98–100  ·  view source on GitHub ↗

* @param {string} comment leading comment text * @returns {string} rendered literal with property access suffix

(comment)

Source from the content-addressed store, hash-verified

96 * @returns {string} rendered literal with property access suffix
97 */
98 render(comment) {
99 return this.value.render(comment) + propertyAccess(this.suffix);
100 }
101}
102
103/**

Callers

nothing calls this directly

Calls 2

propertyAccessFunction · 0.85
renderMethod · 0.45

Tested by

no test coverage detected