package graphql_ppx

  1. Overview
  2. Docs

Module Graphql_ppx_bucklescript.Output_bucklescript_utils

val conv_pos : Graphql_ppx_base.Source_pos.ast_position -> Stdlib.Lexing.position
val conv_loc : Graphql_ppx_base.Source_pos.ast_location -> Migrate_parsetree.Ast_408.Location.t
val conv_pos_from_ast : Stdlib.Lexing.position -> Graphql_ppx_base.Source_pos.ast_position
val conv_loc_from_ast : Migrate_parsetree.Ast_408.Location.t -> Graphql_ppx_base.Source_pos.ast_location
val extend_loc_from_start : Migrate_parsetree.Ast_408.Location.t -> int -> Migrate_parsetree.Ast_408.Location.t
val base_type_name : ?loc:Migrate_parsetree.Ast_408.Location.t -> string -> Migrate_parsetree__Ast_408.Parsetree.core_type
val const_str_expr : string -> Migrate_parsetree__Ast_408.Parsetree.expression
val const_str_pat : string -> Migrate_parsetree__Ast_408.Parsetree.pattern
val ident_from_string : ?loc:Migrate_parsetree.Ast_408.Location.t -> string -> Migrate_parsetree__Ast_408.Parsetree.expression
val to_valid_ident : string -> string