(path)
| 36 | } |
| 37 | }, |
| 38 | |
| 39 | /** |
| 40 | * 仅提取模块(不写盘),供测试与工具使用 |
| 41 | * @param {string} code |
| 42 | * @param {object} [options] |
| 43 | */ |
| 44 | extractModules(code, options = {}) { |
| 45 | return extractModulesOnly(code, options); |
| 46 | }, |
| 47 | }; |
| 48 | |
| 49 | module.exports = { codeAnalyzer }; |
nothing calls this directly
no outgoing calls
no test coverage detected