You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
abstractclassAuxiliaryClassFileManagerextendsClassFileManager {
/** Given a list of class files, return the list of associated files * * Associated files share the same life cycle as their class file. * E.g. if a class file is deleted or restored, its associated files will * be deleted or restored as well.*/protecteddefassociatedFiles(classes: Array[File]):Array[File]
}
The text was updated successfully, but these errors were encountered:
@eed3si9n@dwijnand I'd like to bring attention to this issue again: ClassFileManager in 1.4 now uses VirtualFile and it's not clear to me if that still allows the sbt-dotty and sbt-scalajs plugin to correctly implement a custom ClassFileManager. #902 restores the old API as deprecated which should at least help with migration but doesn't seem like it's a good way forward.
From scala-js/scala-js#3419:
I think we need something like:
The text was updated successfully, but these errors were encountered: