(projectRoot: string, kind: string)
| 237 | >(); |
| 238 | |
| 239 | function fileListCacheKey(projectRoot: string, kind: string): string { |
| 240 | return `${projectRoot}|${kind}`; |
| 241 | } |
| 242 | |
| 243 | function startCodeWalk(projectRoot: string): Promise<string[] | null> { |
| 244 | return Promise.resolve().then(() => { |