(filePath: string)
| 211 | * last-dot extension (`.src`) is far too generic for EXTENSION_MAP. |
| 212 | */ |
| 213 | export function isErlangAppFile(filePath: string): boolean { |
| 214 | return /\.app(?:\.src)?$/i.test(filePath); |
| 215 | } |
| 216 | |
| 217 | /** |
| 218 | * Play Framework routes file: the extensionless `conf/routes` (and included |
no outgoing calls
no test coverage detected