* Adds the specified character index (with respect to the original string) to sourcemap mappings, if `hires` is false.
(char: number)
| 201 | * Adds the specified character index (with respect to the original string) to sourcemap mappings, if `hires` is false. |
| 202 | */ |
| 203 | addSourcemapLocation(char: number): void { |
| 204 | this.sourcemapLocations.add(char) |
| 205 | } |
| 206 | |
| 207 | /** |
| 208 | * Appends the specified content to the end of the string. |