Results 14 comments of stagas

it was breaking for variable argument functions, now fixed. Originally wanted to avoid slicing arguments.

Any chance this will be merged? I ultimately want to add a README.md generator (with parseComment) and a link back to the dabblet site through github.

Most of it is mocha, which is what I use and I wouldn't want to commit untested code to other people's repos, otherwise the changes are very little actually. The...

Why do you think the convenience of a link back is clutter? Workflow 1: write dabblet -> dabblet gets posted in gist -> appears in everyone's timeline -> people click...

Not to mention the security issues of running arbitrary JS with extensions/bookmarklets while still in github.

I was referring to the JS of the dabblet itself, but I don't know the implementation I had the impression it would fetch a dabblet.js and then execute the gist...

Ok that's helpful, good to know, thanks. Then the issue is consuming bundles that have it already compiled down, so Vite will still break unless that change or that hook...

I agree with @WearyMonkey, arrow functions that return single expression should be able to be compacted as much as they can, the current behavior discourages the usage of higher order...

Yes that would be ideal. Any ideas how to go about it?

> I just published a resolver package that solves this issue using [resolve.exports](https://github.com/lukeed/resolve.exports): https://www.npmjs.com/package/eslint-import-resolver-exports > > It's currently beta but seems to work for most of my projects. Feedback appreciated....