*/
private void compile() throws SoySyntaxException {
Pair<SoyFileSetNode, List<SoyFileSupplier.Version>> soyTreeAndVersions =
(new SoyFileSetParser(soyFileSuppliers)).parseWithVersions();
SoyFileSetNode soyTree = soyTreeAndVersions.first;
runMiddleendPasses(soyTree, true);
ImmutableMap<String, SoyTemplateRuntime> result = SoyToJavaDynamicCompiler.compile(
bundleName, compileFileSetToJavaSrc(soyTree, copyOfOptions, msgBundle));