taye
taye
if your checker is an arrow function (`() => {}`), then you can't use `arguments` to look at its arguments. you'd need to use the spread operator. ```js (...args) =>...
I've closed my PR. If you decide the best solution is to remove the brackets when transforming `$$`, I can try to make a PR for that and include the...
It's not clear what should or shouldn't happen in the demo
@christianlupus Nice :D. I'll start from here
JSDoc can parse typescript files with the help of [jsdoc-babel](https://github.com/ctumolosus/jsdoc-babel) and [@babel/preset-typescript](https://babeljs.io/docs/en/next/babel-preset-typescript.html). Here are some steps to get this working: ```sh npm install --save-dev @babel/preset-typescript jsdoc-babel ``` In jsdoc config:...
@zxch3n I was excited, but I think you closed the wrong issue :)