MCPcopy
hub / github.com/webpack/webpack / toString

Method toString

lib/css/syntax.js:1256–1258  ·  lib/css/syntax.js::Node.toString

* Serialize back to source — re-slices the original input (zero-alloc for * untouched nodes). * @returns {string} the source slice for this node

()

Source from the content-addressed store, hash-verified

1254 * @returns {string} the source slice for this node
1255 */
1256 toString() {
1257 return this._locConverter._input.slice(this.start, this.end);
1258 }
1259
1260 /**
1261 * For name-bearing nodes (function / at-rule): the `name` with CSS escapes

Callers 15

_analyseModuleMethod · 0.45
keyToStringMethod · 0.45
toBomFreeStringFunction · 0.45
applyMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
parseMethod · 0.45
makeChunkUrlSentinelMethod · 0.45
applyTemplateMethod · 0.45
parseMethod · 0.45
dataUriMethod · 0.45

Calls 1

sliceMethod · 0.80

Tested by

no test coverage detected