Skip to content

Commit

Permalink
Remove unwanted changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Dec 6, 2023
1 parent e0f5c55 commit 1662857
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions src/Fable.Transforms/FSharp2Fable.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3431,6 +3431,7 @@ type FableCompiler(com: Compiler) =
?tag = tag
)


let rec attachClassMembers (com: FableCompiler) =
function
| Fable.ModuleDeclaration decl ->
Expand Down
1 change: 0 additions & 1 deletion src/Fable.Transforms/Php/Fable2Php.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2653,7 +2653,6 @@ type PhpCompiler(com: Fable.Compiler) =
| _ -> false)
breakable


module Compiler =

let transformFile com (file: Fable.File) =
Expand Down
1 change: 0 additions & 1 deletion src/Fable.Transforms/Python/Fable2Python.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5904,7 +5904,6 @@ module Compiler =
?tag = tag
)


let makeCompiler com = PythonCompiler(com)

let transformFile (com: Compiler) (file: Fable.File) =
Expand Down
1 change: 0 additions & 1 deletion src/Fable.Transforms/State.fs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module Fable.Transforms.State

open FSharp.Compiler.SourceCodeServices
open Fable
open Fable.AST
open System.Collections.Concurrent
Expand Down

0 comments on commit 1662857

Please sign in to comment.