(fileJSON)
| 142 | } |
| 143 | |
| 144 | function getIndent(fileJSON) { |
| 145 | return fileJSON.indexOf('"') - fileJSON.indexOf('\n') - 1; |
| 146 | } |
| 147 | |
| 148 | function getManifestJSONData(fileJSON) { |
| 149 | const indent = getIndent(fileJSON); |
no outgoing calls
no test coverage detected