Skip to content

Commit

Permalink
IJ-CR-146078 don't export core.impl
Browse files Browse the repository at this point in the history
GitOrigin-RevId: ae848f09ca7574692659498bf35c82a91dc4fa6b
  • Loading branch information
develar authored and intellij-monorepo-bot committed Jan 2, 2025
1 parent 3292886 commit 9252bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import com.jetbrains.rider.ideaInterop.fileTypes.fsharp.highlighting.FSharpSynta
import com.jetbrains.rider.ideaInterop.fileTypes.fsharp.highlighting.FsiOutputSyntaxHighlighter
import com.jetbrains.rider.plugins.fsharp.services.fsi.consoleRunners.FsiConsoleRunnerBase

class FsiInputOutputProcessor(val fsiRunner: FsiConsoleRunnerBase) {
internal class FsiInputOutputProcessor(val fsiRunner: FsiConsoleRunnerBase) {
private var isInitialText = true
private var nextOutputTextIsFirst = true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import kotlinx.coroutines.channels.Channel
import kotlinx.coroutines.channels.consumeEach
import kotlinx.coroutines.channels.trySendBlocking

class FsiProcessHandler(
internal class FsiProcessHandler(
parentLifetime: Lifetime,
private val fsiInputOutputProcessor: FsiInputOutputProcessor,
process: Process,
Expand Down

0 comments on commit 9252bba

Please sign in to comment.