We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e5a14 commit c69e30aCopy full SHA for c69e30a
ast_generic_v1.atd
@@ -974,22 +974,27 @@ type program = item list
974
975
(* EXPERIMENTAL *)
976
type any = [
977
-
978
| E of expr
979
| S of stmt
980
- | Ss of stmt list
981
982
- (* also used for semgrep *)
983
| T of type_
984
| P of pattern
985
| At of attribute
986
| Fld of field
987
- | Args of argument list
988
+ | Ar of argument
+ | Pa of parameter
+ | Ta of type_argument
+ | Tp of type_parameter
+ | Ce of catch_exn
+ | Cs of case
989
+ | ForOrIfComp of for_or_if_comp
990
+ | En of entity
991
(* misc *)
992
| I of ident
993
+ | Modn of module_name
994
+ | Di of dotted_ident
995
+ | Lbli of label_ident
996
| Str of string wrap_
997
| Tk of tok
998
| TodoK of todo_kind
999
+ | Anys of (any list)
1000
]
0 commit comments