Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Nov 29, 2023
1 parent 8a3e3ba commit 950c67e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Fable.Cli/Util.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ module File =
/// System.IO.GetFullPath doesn't change the case of the argument in case insensitive file systems
/// even if it doesn't match the actual path, causing unexpected issues when comparing files later.
val getExactFullPath: pathName: string -> string
// /// FAKE and other tools clean dirs but don't remove them, so check whether it doesn't exist or it's empty
/// FAKE and other tools clean dirs but don't remove them, so check whether it doesn't exist or it's empty
val isDirectoryEmpty: dir: string -> bool
val safeDelete: path: string -> unit
val withLock: dir: string -> action: (unit -> 'T) -> 'T
Expand Down Expand Up @@ -160,10 +160,6 @@ module Performance =
val measure: f: (unit -> 'a) -> 'a * int64
val measureAsync: f: (unit -> Async<'a>) -> Async<'a * int64>

// type StringOrdinalComparer =
// new: unit -> StringOrdinalComparer
// interface System.Collections.Generic.IComparer<string>

type PrecompiledFileJson =
{
RootModule: string
Expand Down

0 comments on commit 950c67e

Please sign in to comment.