* Serialize back to source — re-slices the original input (zero-alloc for * untouched nodes). * @returns {string} the source slice for this node
()
| 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 |
no test coverage detected