(errorMessage: string)
| 579 | } |
| 580 | |
| 581 | function errorResult(errorMessage: string): ApplyPatchJson { |
| 582 | return { |
| 583 | type: 'json', |
| 584 | value: { errorMessage }, |
| 585 | } |
| 586 | } |
| 587 | |
| 588 | function parseOperation(parameters: unknown): ApplyPatchOperation | null { |
| 589 | if ( |