Closed tvkit closed 2 years ago
:tada: This issue has been resolved in version 1.2.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Thanks for reporting, @tvkit ! I'm thinking that without assignment expressions, Compound support never made much sense. Hopefully this PR + release helps?
Agreed... that without assignments, the preceding expression results are nebulous.
I tested the scenario that prompted the #49 issue. Works perfectly!
Given the Assignment plugin, I attempted to evaluate a compound expression. The ast was constructed but the evaluator didn't much care for it. I was anticipating the assigned var would be passed into the subsequent expression(s):
where
c
would evaluate to2
.Is this something that could be supported by jse-eval or via a plugin?
Noticed the volume of work you provided here and on the related projects. 👍