(depth)
| 68 | } |
| 69 | |
| 70 | function buildReplacementPath(depth) { |
| 71 | const prefix = '../'.repeat(depth + 2); |
| 72 | return prefix + 'third_party/tgfx/web/src/'; |
| 73 | } |
| 74 | |
| 75 | function replacePathInFiles(rootDir) { |
| 76 | const extension = '.d.ts'; |
no test coverage detected