-
Notifications
You must be signed in to change notification settings - Fork 156
Adding support for "mergeFields" #173
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
Conversation
e8940f3
to
68981ba
Compare
Codecov Report
@@ Coverage Diff @@
## master #173 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 12 12
Lines 1745 1802 +57
=====================================
+ Hits 1745 1802 +57
Continue to review full report at Codecov.
|
68981ba
to
4f722ac
Compare
const remainingPaths = this._sortedPaths.slice(0); | ||
|
||
const processObject = (currentData, currentPath) => { | ||
let result = null; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
eac2037
to
f1eaf51
Compare
This PR adds support for "mergeFields".
We also now support 100% of all conformance tests. A fair number of changes in this PR is geared to make these tests pass - including not sending any data to the backend that is excluded via a field mask.