(path)
| 3 | import {readJSON, writeJSON} from './utils.js'; |
| 4 | |
| 5 | function resolvePath(path) { |
| 6 | return resolve(import.meta.url.replace('file:/', ''), '../../', path); |
| 7 | } |
| 8 | |
| 9 | function createImports(dependencies) { |
| 10 | const imports = {}; |
no outgoing calls
no test coverage detected
searching dependent graphs…