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