(filePath)
| 258 | } |
| 259 | |
| 260 | function getAPI(filePath) { |
| 261 | let json = readJsonSync(filePath); |
| 262 | |
| 263 | return json; |
| 264 | } |
| 265 | |
| 266 | // bulk of the logic, read the api files, rebuild the interfaces, diff those reconstructions |
| 267 | function getDiff(pair) { |
no test coverage detected