(char)
| 296 | this.byEnd[string.length] = chunk; |
| 297 | } |
| 298 | addSourcemapLocation(char) { |
| 299 | this.sourcemapLocations.add(char); |
| 300 | } |
| 301 | append(content) { |
| 302 | if (typeof content !== 'string') throw new TypeError('outro content must be a string'); |
| 303 | this.outro += content; |