forked from dotnet/fsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestDoubles.fs
More file actions
23 lines (20 loc) · 725 Bytes
/
Copy pathTestDoubles.fs
File metadata and controls
23 lines (20 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information.
module FSharp.Compiler.Service.Tests.TestDoubles
open System.IO
open FSharp.Compiler.Text.Range
open FSharp.Compiler.AbstractIL.ILBinaryReader
open FSharp.Compiler.CompilerConfig
open Internal.Utilities
// just a random thing to make things work
let internal getArbitraryTcConfigBuilder() =
TcConfigBuilder.CreateNew(
null,
FSharpEnvironment.BinFolderOfDefaultFSharpCompiler(None).Value,
ReduceMemoryFlag.Yes,
Directory.GetCurrentDirectory(),
false,
false,
CopyFSharpCoreFlag.No,
(fun _ -> None),
None,
range0)