@method srcPath @param {String} file @return {String} Resolved path to the file
(file)
| 284 | @return {String} Resolved path to the file |
| 285 | */ |
| 286 | srcPath(file) { |
| 287 | return path.resolve(this.filesPath(this.options), file); |
| 288 | }, |
| 289 | |
| 290 | /** |
| 291 | Hook for normalizing entity name |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…