mirror of
https://github.com/jprichardson/node-fs-extra.git
synced 2025-12-08 20:36:18 +00:00
* Test on more modern Node versions * Fix tests and note that deprecated constants are not exported Since https://github.com/nodejs/node/pull/49686, they are not enumerable properties, so Object.assign doesn't re-export them. Attempting to directly export them would trigger the deprecation warning.