mirror of
https://github.com/jprichardson/node-fs-extra.git
synced 2026-01-18 16:13:55 +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.