function hash(n, _salt) {
  return "" +
    n.loc.start.line +
    n.loc.start.column +
    n.loc.end.line +