Closed sujesharukil closed 9 years ago
@bryanrsmith Can you review?
@bryanrsmith CLA is good if you want to merge.
I think the helper should be called skipContentProcessing
or maybe withoutContentProcessing
. 'With' makes no sense in this case.
Also, the modifications to dist/ should be removed as these files are updated with version bumps.
I qas trying to follow convention to have "with" prefix to helpers. Or am I mistaken on convention? I personally like "skipContentProcessing". I can make the changes and resubmit?
I don't think there's any convention like that on helper naming as there are currently some that does not start with as.
Just amend the commit and force push to your branch and this pr will update itself :)
I agree with @alexanderchr. skipContentProcessing
reads nicely. I think the other helpers are just named using the with
prefix because they happened to work well with it.
It also looks like there are some merge conflicts that will need to be resolved.
Other than those adjustments this looks good to me. Thanks for contributing!
Got it. Will do it soon.
Just a quick question on dist folder.. Shouldn't that be in gitignore?
the dist folder is needed for actual releases.
Got it
There you go Gentlemen, updated as per review. Thanks :)
@bryanrsmith Please review at your earliest convenience.
add withSkipContentProcessing helper to preserve content and prevent json stringification.
fixes issue #57