(character)
| 155663 | "}": "}", |
| 155664 | }; |
| 155665 | function isValidCharacter(character) { |
| 155666 | return ts.hasProperty(htmlEntity, character); |
| 155667 | } |
| 155668 | function doChange(changes, preferences, sourceFile, start, useHtmlEntity) { |
| 155669 | var character = sourceFile.getText()[start]; |
| 155670 | // sanity check |
no outgoing calls
no test coverage detected
searching dependent graphs…