ClassLoader builtProjectClassLoader, Map<AnnotationCacheKey, Object> cacheAnnotations, JavaScriptBuilder<JS> javaScriptBuilder) {
this.inputFile = inputFile;
this.configuration = configuration;
this.names = names;
this.trees = trees;
this.checks = new Checks();
this.javaScriptBuilder = javaScriptBuilder;
this.builtProjectClassLoader = builtProjectClassLoader;
this.cacheAnnotations = cacheAnnotations;
}