// TODO: Remove this overload altogether at some point.
public static TypeDeclaration[] exec(TypeMap typeMap,
CompilationUnitDeclaration[] unitDecls, JsProgram jsProgram) {
CompilationResults results = new CompilationResults(unitDecls,
new HashMap<String, BinaryTypeBinding>(0));
return exec(typeMap, results, jsProgram, TypeLinker.NULL_TYPE_LINKER);
}