Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose untranspiled CJS & ESM modules #22

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

barneycarroll
Copy link

Hi @kevinbarabash, every 3 months or so I'll get really disappointed at the total lack of consistency in JS iteration standards. A couple of days ago I really started getting into generators, and this just threw into relief how much worse this has become in ES6. Why can't I interpolate keys during lazy iteration? God knows.

Anyway, functify is perfect to paper over these shortcomings – but the README is misleading and I think in this day and age it's reasonable to offer the source untranspiled for transformation at the consumer's discretion – all of this works in my browser at present.

This patch tidies things up a bit. Thanks for the great work in providing a consistent, functional, itterable interface!

Remove broken examples, syntax-highlight code samples, correct style (`of` not `in`, `const` and `let` as appropriate)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant