mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 17:51:35 +00:00

PR-URL: https://github.com/nodejs/node/pull/18453 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yang Guo <yangguo@chromium.org> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
5 lines
175 B
Plaintext
5 lines
175 B
Plaintext
*%(basename)s:6: SyntaxError: Invalid destructuring assignment target
|
|
let { a: await b } = { a: 1 };
|
|
^^^^^^^
|
|
SyntaxError: Invalid destructuring assignment target
|