(t)
| 247 | (this.byEnd[t.length] = n)); |
| 248 | } |
| 249 | addSourcemapLocation(t) { |
| 250 | this.sourcemapLocations.add(t); |
| 251 | } |
| 252 | append(t) { |
| 253 | if (typeof t != 'string') throw new TypeError('outro content must be a string'); |
| 254 | return ((this.outro += t), this); |
no test coverage detected