(enable: boolean)
| 456 | } |
| 457 | |
| 458 | $setInputValidation(enable: boolean) { |
| 459 | const newOptions: ClientOptions<SchemaDef> = { |
| 460 | ...this.options, |
| 461 | validateInput: enable, |
| 462 | }; |
| 463 | return this.$setOptions(newOptions); |
| 464 | } |
| 465 | |
| 466 | get $diagnostics(): Promise<Diagnostics> { |
| 467 | return Promise.resolve({ |
no test coverage detected