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