const is_a_passthrough_node = (node : ts.Node) : boolean =>
  _.some(PASSTHROUGH_NODES, (kind) => kind === node.kind)