({ file_path })
| 383 | return { isSearch: false, isRead: true } |
| 384 | }, |
| 385 | getPath({ file_path }): string { |
| 386 | return file_path || getCwd() |
| 387 | }, |
| 388 | backfillObservableInput(input) { |
| 389 | // hooks.mdx documents file_path as absolute; expand so hook allowlists |
| 390 | // can't be bypassed via ~ or relative paths. |