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

docs: simplify docs for parser.result #281

Closed
wants to merge 1 commit into from
Closed

docs: simplify docs for parser.result #281

wants to merge 1 commit into from

Conversation

golopot
Copy link

@golopot golopot commented Jun 29, 2019

Implementation of Parsimmon.result:

parsimmon/src/parsimmon.js

Lines 959 to 963 in f71a738

_.result = function(res) {
return this.map(function() {
return res;
});
};

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 1efbdfc on golopot:patch-1 into f71a738 on jneen:master.

@wavebeem
Copy link
Collaborator

I appreciate the PR, but this is not actually 100% interchangeable

@wavebeem wavebeem closed this Mar 31, 2020
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.

None yet

3 participants