@internal
()
| 1436 | } |
| 1437 | /** @internal */ |
| 1438 | toCodecStringTree(): AST { |
| 1439 | if (this.toCodecJson() === this) { |
| 1440 | return replaceEncoding(this, [finiteToString]) |
| 1441 | } |
| 1442 | return replaceEncoding(this, [numberToString]) |
| 1443 | } |
| 1444 | /** @internal */ |
| 1445 | getExpected(): string { |
| 1446 | return "number" |
nothing calls this directly
no test coverage detected