You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the error Error parsing: Unexpected token. /Users/home/.atom/packages/atom-easy-jsdoc/lib/jsdoc/funcParser.js:42 when using optional chaining in a function like:
I get the error
Error parsing: Unexpected token. /Users/home/.atom/packages/atom-easy-jsdoc/lib/jsdoc/funcParser.js:42
when using optional chaining in a function like:export const getLightnessFromHex = (hex) => rgbToHSL(...hexToRGB(hex))?.[0];
The text was updated successfully, but these errors were encountered: