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 c91df99 commit 10ce701Copy full SHA for 10ce701
src/fsharp/Logger.fsi
@@ -4,9 +4,7 @@ namespace FSharp.Compiler
4
5
open System
6
7
-// FIXME: We cannot make this internal yet until F# gets a compiler switch to make cases public when the type itself is internal.
8
-// https://github.com/Microsoft/visualfsharp/issues/4821
9
-type (* internal *) LogCompilerFunctionId =
+type internal LogCompilerFunctionId =
10
| Service_ParseAndCheckFileInProject = 1
11
| Service_CheckOneFile = 2
12
| Service_IncrementalBuildersCache_BuildingNewCache = 3
0 commit comments