Are nested hash expressions possible?

https://canjs.com/docs/can.stache.expressions.html#section_Hashexpression

Is it currently possible to represent a nested object in a hash expression?

{ date: {$lt: 1458696642125}}

I don’t think so. You might be able to do date.$lt=1458696642125, but it probably won’t work. If not, create an issue.

1 Like