rootMap.put(file, target);
}
}
});
ProgressManager.getInstance().run(new Task.Backgroundable(project, "Parser Generation", true, new BackgroundFromStartOption()) {
List<File> files = ContainerUtil.newArrayList();
@Override
public void run(@NotNull ProgressIndicator indicator) {