Drop TopDownAnalysisParameters#isAnalyzingBootstrapLibrary()
This commit is contained in:
@@ -79,7 +79,7 @@ public final class TopDownAnalyzerFacadeForJS {
|
||||
|
||||
GlobalContextImpl globalContext = ContextPackage.GlobalContext();
|
||||
TopDownAnalysisParameters topDownAnalysisParameters = TopDownAnalysisParameters.create(
|
||||
false, false);
|
||||
false);
|
||||
|
||||
Collection<JetFile> allFiles = Config.withJsLibAdded(files, config);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user