Closed VoltrexKeyva closed 3 years ago
Added the nullish coalescing operator (??) as one of the logical operators, these will only be executed if the user's installed Node.js version is v14 or higher since the nullish coalescing operator is only supported in Node.js v14 or higher.
??
@VoltrexMaster thanks! I've dropped the Node 12 support to simplify this and remove the eval call.
eval
Added the nullish coalescing operator (
??
) as one of the logical operators, these will only be executed if the user's installed Node.js version is v14 or higher since the nullish coalescing operator is only supported in Node.js v14 or higher.