private CeylonRunJsTool tool;
private String moduleSpec;
public JavaScriptRunnerImpl(final RunnerOptions options, String module, String version) {
tool = new CeylonRunJsTool() {
@Override
protected void customizeDependencies(List<File> localRepos, RepositoryManager repoman) throws IOException {
for (Map.Entry<String,String> extraModule : options.getExtraModules().entrySet()) {
String modName = extraModule.getKey();
String modVersion = extraModule.getValue();