getDefaultImports() removed from ModuleConfiguration
This commit is contained in:
@@ -55,11 +55,6 @@ public class JsConfiguration implements ModuleConfiguration {
|
||||
this.preanalyzedContext = preanalyzedContext;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<ImportPath> getDefaultImports() {
|
||||
return DEFAULT_IMPORT_PATHS;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void extendNamespaceScope(@NotNull BindingTrace trace, @NotNull NamespaceDescriptor namespaceDescriptor,
|
||||
@NotNull WritableScope namespaceMemberScope) {
|
||||
|
||||
Reference in New Issue
Block a user