We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f16721 commit 9264188Copy full SHA for 9264188
lib/anthology/src/scala/anthology.Scalac.scala
@@ -76,20 +76,12 @@ case class Scalac[version <: Scalac.All](options: List[ScalacOption[version]]):
76
77
val callbackApi = new dtdi.CompilerCallback {}
78
79
-<<<<<<< HEAD
80
object ProgressApi extends dtdsi.ProgressCallback:
81
private var last: Int = -1
+
82
override def informUnitStarting(stage: String | Null, unit: dtd.CompilationUnit | Null)
83
: Unit =
84
- ()
85
-=======
86
- object ProgressApi extends dtdsi.ProgressCallback:
87
- private var last: Int = -1
88
-
89
- override def informUnitStarting(stage: String | Null, unit: dtd.CompilationUnit | Null)
90
- : Unit =
91
92
->>>>>>> b8588941f (Start work on compiling Scala.js)
+ ()
93
94
override def progress
95
(current: Int,
0 commit comments