(path)
| 7467 | return getAccessibleFileSystemEntries(path).directories.slice(); |
| 7468 | } |
| 7469 | function realpath(path) { |
| 7470 | try { |
| 7471 | return realpathSync(path); |
| 7472 | } |
| 7473 | catch (_a) { |
| 7474 | return path; |
| 7475 | } |
| 7476 | } |
| 7477 | function getModifiedTime(path) { |
| 7478 | var _a; |
| 7479 | try { |
no test coverage detected
searching dependent graphs…