(f)
| 159 | return f.substring(0,6) === 'entry.'; |
| 160 | } |
| 161 | function onlyModuleIndex(f) { |
| 162 | return f.substring(0,6) === 'index.'; |
| 163 | } |
| 164 | function diskToRequire(rel) { |
| 165 | return '/' + rel.replace(/\\/g,'/'); |
| 166 | } |
nothing calls this directly
no outgoing calls
no test coverage detected