node-chakracore
node-chakracore copied to clipboard
Atomics notify vs. wake
- Version: master
- Platform: all
- Subsystem: lib
ChakraCore 1.9 currently has Atomics.wake
which has been renamed to Atomics.notify
which has been updated in ChakraCore 1.10. The shim is being disabled for now to work around Intl
issues and we'll re-investigate whether to enable it again when ChakraCore 1.10 lands.
Looks like this is blocking some new features:
https://github.com/nodejs/node/pull/22835 https://github.com/nodejs/node/pull/22844
This depends on https://github.com/nodejs/node-chakracore/issues/567