()
| 201 | }) |
| 202 | |
| 203 | export async function filepath() { |
| 204 | const { filepath } = await state() |
| 205 | return filepath |
| 206 | } |
| 207 | |
| 208 | export async function* files(input: { cwd: string; glob?: string[] }) { |
| 209 | const args = [await filepath(), "--files", "--follow", "--hidden", "--glob=!.git/*"] |