Given this content
values
.filter((a) => a)
.filter((a) => a);
in a js2-mode buffer, forward-sexp seems to work fine but backward-sexp goes back to the beginning of the first line when invoked with point at the end of second line.
More information at AmaiKinono/puni#9.