(dir)
| 340 | }; |
| 341 | |
| 342 | const copyDefinitions = async (dir) => { |
| 343 | await allDefinitions((module) => copyDefinition(dir, module)); |
| 344 | }; |
| 345 | |
| 346 | const execute = async (cmd, showOutput = false) => { |
| 347 | const {spawn} = await import('child_process'); |
no test coverage detected
searching dependent graphs…