chai/lib
James Garbutt f4b2fbc9dc
fix: removes ?? for node compat (#1574)
We shipped syntax which is beyond our `engine` constraint. `??` is
available in node 14 but 4.x is node 4 and above, while 5.x is node 12
and above.

This just dumbs it back down to `||` for now at least.

Fixes #1573
2024-01-12 14:13:18 +00:00
..
chai fix: removes ?? for node compat (#1574) 2024-01-12 14:13:18 +00:00
chai.js Fix: update exports.version to current version (#1534) 2023-08-24 12:40:14 +01:00