const is_a_base_node = (node : ts.Node) : boolean =>
  _.some(STOP_AT_NODES, (kind) => kind === node.kind)