chakra-core / ChakraCore

ChakraCore is an open source Javascript engine with a C API.
MIT License
9.1k stars 1.19k forks source link

Support logical assignment #6658

Open Kingwl opened 3 years ago

Kingwl commented 3 years ago

https://github.com/tc39/proposal-logical-assignment

Kingwl commented 3 years ago

May I take this one?

rhuanjl commented 3 years ago

Yes this would be good to have - though it may be good to finish one of your current PRs first - purely from a house keeping perspective.

This implementation of the coalescing operator may show you a bit of how to start if you need it: https://github.com/chakra-core/ChakraCore/pull/6545