Skip to content

Commit

Permalink
Use Globbing from Fable.Compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Nov 27, 2023
1 parent 57bf375 commit 275ff82
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 507 deletions.
1 change: 0 additions & 1 deletion src/Fable.Cli/Fable.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Contributors.fs" />
<Compile Include="Globbing.fs" />
<Compile Include="Printers.fs" />
<Compile Include="FileWatchers.fs" />
<Compile Include="Pipeline.fs" />
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Cli/FileWatchers.fs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ open System.Threading
open System.Collections.Generic
open System.Diagnostics
open System.Text.RegularExpressions
open Fable.Cli.Globbing
open Fable.Compiler.Globbing

type IFileSystemWatcher =
inherit IDisposable
Expand Down
Loading

0 comments on commit 275ff82

Please sign in to comment.