-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SyntaxError from const { default: greeting } = { default: 1 } #565
Comments
just ran into another case of this, I think: const { in: stuff } = { in: 1 }; My linux build of context: https://github.com/Agoric/agoric-sdk/blob/master/packages/zoe/test/autoswapJig.js#L160 |
@phoddie any thoughts on this one? |
Yes, we have a fix. We'll get that in our next SDK push. |
mkellner
pushed a commit
that referenced
this issue
Mar 2, 2021
fix confirmed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
xst reports this as a syntax error:
Steps to Reproduce
Expected behavior
not a syntax error.
Build environment:
v 4e7225e on linux
Other information
context: https://github.com/Agoric/SES-shim/blob/master/packages/ses/test/test-compartment-transforms.js#L88
endojs/endo#508
cc @erights @warner
The text was updated successfully, but these errors were encountered: