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.
2 parents e082581 + 05455ad commit 8909b22Copy full SHA for 8909b22
fcs/docsrc/content/typedtree.fsx
@@ -45,7 +45,9 @@ let parseAndCheckSingleFile (input) =
45
checker.GetProjectOptionsFromScript(file, input)
46
|> Async.RunSynchronously
47
48
- checker.ParseAndCheckProject(projOptions)
+ let fprojOptions, _ = projOptions
49
+
50
+ checker.ParseAndCheckProject (fprojOptions)
51
52
53
(**
0 commit comments