Compiles all generators needed for the given commands. Returns a map of generator names to compiled paths.
Generator commands to analyze
Available generators
Map of generator name to compiled path
If any generator compilation fails
If a required generator is not found
const compiledPaths = await compileAllGenerators(commands, generators);const genPath = compiledPaths.get('gen-random'); Copy
const compiledPaths = await compileAllGenerators(commands, generators);const genPath = compiledPaths.get('gen-random');
Compiles all generators needed for the given commands. Returns a map of generator names to compiled paths.