()
| 713 | } |
| 714 | |
| 715 | override toJSON() { |
| 716 | const json = this.constructor.prototype.constructor.prototype.toJSON.call(this); |
| 717 | json.value = this.value; |
| 718 | return json; |
| 719 | } |
| 720 | } |
| 721 | |
| 722 | export class IdentToken extends StringValuedToken { |
nothing calls this directly
no test coverage detected
searching dependent graphs…