(absolutePath)
| 21770 | return file.stats.ctimeMs |
| 21771 | } |
| 21772 | dirname(absolutePath) { |
| 21773 | if (isUrl(absolutePath)) { |
| 21774 | return absolutePath.substring(0, absolutePath.lastIndexOf("/")) |
| 21775 | } |
| 21776 | return path.dirname(absolutePath) |
| 21777 | } |
| 21778 | join(...segments) { |
| 21779 | const firstSegment = segments[0] |
| 21780 | if (isUrl(firstSegment)) { |
no test coverage detected