* Adds the specified character index (with respect to the original string) to sourcemap mappings, if `hires` is false.
(char: number)
| 112 | * Adds the specified character index (with respect to the original string) to sourcemap mappings, if `hires` is false. |
| 113 | */ |
| 114 | addSourcemapLocation(char: number): void { |
| 115 | this.sourcemapLocations.add(char) |
| 116 | } |
| 117 | |
| 118 | /** |
| 119 | * Appends the specified content to the end of the string. |