droid001
droid001
Fixes the error given for compiled svg's using xlinks: `XML-interpretation error: the prefix is not bound to a namespace`
When using the hash private class field like `class ClassWithPrivateClassFeatures() { #privateField; ... }` …the following error is thrown: ``` Uncaught Error: atom-easy-jsdoc expects valid JavaScript. Error parsing: Unexpected character...
I get the error `Error parsing: Unexpected token. /Users/home/.atom/packages/atom-easy-jsdoc/lib/jsdoc/funcParser.js:42` when using [optional chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining) in a function like: `export const getLightnessFromHex = (hex) => rgbToHSL(...hexToRGB(hex))?.[0];`