(path, index = 0)
| 3050 | } |
| 3051 | |
| 3052 | function firstCompressedFileRealPath(path, index = 0) |
| 3053 | { |
| 3054 | return isServer(path) ? realPath(firstCompressedFile(path, index), -1) : firstCompressedFile(path, index); |
| 3055 | } |
| 3056 | |
| 3057 | |
| 3058 | function lastCompressedFile(path, index = 0) |
no test coverage detected