(filePath)
| 112 | |
| 113 | const assetsPath = getAssetsPath(bindingPath); |
| 114 | const isAbsolutePath = function (filePath) { |
| 115 | return path.isAbsolute(filePath) || /^[A-Za-z]:[\\/]/.test(filePath); |
| 116 | }; |
| 117 | |
| 118 | const getConfigPath = function (config) { |
| 119 | let configPath = config; |
no outgoing calls
no test coverage detected