Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/common/errors.ml
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ module ErrorSet = Set.Make(Error)
*)
module ErrorSuppressions = struct
open Span
module Ast = Spider_monkey_ast

type error_suppressions = Loc.t SpanMap.t
type t = {
Expand Down
1 change: 0 additions & 1 deletion src/common/reason.ml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

open Utils_js
open String_utils
module Ast = Spider_monkey_ast

let mk_id () = Ident.make ""

Expand Down
1 change: 0 additions & 1 deletion src/parser/parser_env.ml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ module Lex_result = Lexer_flow.Lex_result
open Ast
module Error = Parse_error
module SSet = Set.Make(String)
module SMap = Map.Make(String)

module Lex_mode = struct
type t =
Expand Down
1 change: 0 additions & 1 deletion src/services/inference/module_js.ml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
open Utils_js

module Ast = Spider_monkey_ast
module Flow = Flow_js
module ErrorSet = Errors.ErrorSet
module FlowError = Flow_error

Expand Down
1 change: 0 additions & 1 deletion src/typing/func_params.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module Ast = Spider_monkey_ast
module Anno = Type_annotation
module Flow = Flow_js
module Utils = Utils_js

open Reason
open Type
Expand Down