Module Flow_ast.Syntax

type ('M, 'internal) t = {
  1. leading : 'M Comment.t list;
  2. trailing : 'M Comment.t list;
  3. internal : 'internal;
}