(change: Parameters<Uri['with']>[0])
| 230 | { |
| 231 | with: { |
| 232 | value(change: Parameters<Uri['with']>[0]) { |
| 233 | return createVSCodeUri(foamUri.with(change)); |
| 234 | }, |
| 235 | enumerable: false, |
| 236 | }, |
| 237 | toString: { |
nothing calls this directly
no test coverage detected