-
Notifications
You must be signed in to change notification settings - Fork 74
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
fix pipe exports #119
Merged
Merged
fix pipe exports #119
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mattpodwysocki
added a commit
that referenced
this pull request
Oct 29, 2017
* feat(pipe): add piped operators * feat(pipe): add through concat * feat(pipe): add through defaultIfEmpty * feat(pipe): add through delay * feat(pipe): add through delayEach * feat(pipe): add through distinct * feat(pipe): add through distinctUntilChanged * feat(pipe): add through doWhile * feat(pipe): add through endwith * feat(pipe): add through except * feat(pipe): add through expand * feat(pipe): add through filter * feat(pipe): add through finally * feat(pipe): add through flatmap * feat(pipe): add through flatten * feat(pipe): add through groupby * feat(pipe): add through groupjoin * feat(pipe): add through ignoreelements * feat(pipe): add through innerjoin * feat(pipe): add through intersect * feat(pipe): add through map * feat(pipe): add through memoize * feat(pipe): add through merge * feat(pipe): add through mergeAll * feat(pipe): add through minby * feat(pipe): add through onerrorresumenext * feat(pipe): add through pairwise * feat(pipe): add through pluck * feat(pipe): add through publish * feat(pipe): add through repeat * feat(pipe): add through retry * feat(pipe): add through reverse * feat(pipe): add through scan * feat(pipe): add through scanRight * feat(pipe): add through share * feat(pipe): add through skip * feat(pipe): add through skipLast * feat(pipe): add through skipUntil * feat(pipe): add through skipWhile * feat(pipe): add through slice * feat(pipe): add through startwith * feat(pipe): add through take * feat(pipe): add through takelast * feat(pipe): add through takeuntil * feat(pipe): add through takewhile * feat(pipe): add through tap * feat(pipe): add through throttle * feat(pipe): add through timeinterval * feat(pipe): add through timeout * feat(pipe): add through timestamp * feat(pipe): add through union * feat(pipe): add through buffer * feat(pipe): add through catch * feat(pipe): add through catchWith * feat(pipe): add through concat * feat(pipe): add through concatall * feat(pipe): add through defaultifempty * feat(pipe): add through distinct * feat(pipe): add through distinctuntilchanged * feat(pipe): add through dowhile * feat(pipe): add through endwith * feat(pipe): add through except * feat(pipe): add through expand * feat(pipe): add through filter * feat(pipe): add through finally * feat(pipe): add through flatmap * feat(pipe): add through flatten * feat(pipe): add through groupjoin * feat(pipe): add through ignorelements * feat(pipe): add through innerjoin * feat(pipe): add through intersect * feat(pipe): add through map * feat(pipe): add through maxby * feat(pipe): add through memoie * feat(pipe): add through minby * feat(pipe): add through onerrorresumenext * feat(pipe): add through pairwise * feat(pipe): add through pluck * feat(pipe): add through publish * feat(pipe): add through repeat * feat(pipe): add through retry * feat(pipe): add through reverse * feat(pipe): add through scan * feat(pipe): add through scanright * feat(pipe): add through share * feat(pipe): add through skip * feat(pipe): add through skiplast * feat(pipe): add through skipwhile * feat(pipe): add through slice * feat(pipe): add through startwith * feat(pipe): add through take * feat(pipe): add through takelast * feat(pipe): add through takewhile * feat(pipe): add through tap * feat(pipe): add through union * feat(pipe): add through pipe * feat(pipe): moving pipe and forEach to core * feat(pipe): adds of and from to base * feat(pipe): fix build * style(lint): update code lint friendly (#116) * feat(from): make from on non-iterables coerce to iterables (#117) * feat(pipe): add to __modules * feat(pipe): add to __modules * feat(pipe): adding piped tests * fix pipe exports (#119) * build(gulpfile): allow building UMD intermediate step standalone for debugging * fix(ix): declare prototype pipe method type so it isn't minified away * fix(pipe): export pipe operators separately so they're not minified away * test(operators): add helper to test all three operator variants * fix(reduce): fix scan/reduce proto method argument checks * test(spec): execute iterable operator tests on all operator variants * test(spec): execute asynciterable operator tests on all operator variants * fix(ix): export OrderedIterableBase so thenBy method names are protected from Uglify * chore(lint): fix lint * test(helpers): disable missing pipe fn logging
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.