Module Flow_ast.Syntax

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