Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: removes
??
for node compat (#1576)
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.
- Loading branch information