Charlike Mike Reagent
Charlike Mike Reagent
Sweeeet! :) You can release it as plugin now, so we can add it to the readme :tada:
@TooTallNate, btw, it seems that it would override existing regular argument with same name? For example ```js const foo = (foo, { bar, abc = 123, foo = 5 })...
Oh yea, really, mislooked the things.
Hey @TooTallNate, do you mind adding a PR with it? Next release (#138) can just include it. So we can add it to bullets of default supported features :P
Sweet, looks even more good.
Strange... it's `export default`.. I will check it later today
Those are the configs for Rollup.. https://github.com/tunnckoCoreLabs/hela-config-tunnckocore/tree/v0.5.19/config It creates ... Minute later: I think I got what's the problem. `parse-function` does not have `pkg.legacy` and `pkg.unpkg` fields which are needed...
In anyway... i will release #138 in day or two, for sure. So everything will be simplified in terms of usage and dev workflow / building.
Can you give me what's the difference between them? What's exported by both?
Consistency is good thing, yea. But it's totally normal to expect require-ing esm to return an object with default key property. That's why it's in the module field. Because bundlers...