Enable full keypath support for write operations#132
Open
gohabereg wants to merge 2 commits intofix/inputs-registrationfrom
Open
Enable full keypath support for write operations#132gohabereg wants to merge 2 commits intofix/inputs-registrationfrom
gohabereg wants to merge 2 commits intofix/inputs-registrationfrom
Conversation
|
⏭️ No files to mutate for |
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🟢 | Statements | 96.43% | 27/28 |
| 🟢 | Branches | 86.96% | 20/23 |
| 🟢 | Functions | 100% | 5/5 |
| 🟢 | Lines | 96.43% | 27/28 |
Test suite run success
11 tests passing in 2 suites.
Report generated by 🧪jest coverage report action from ca053ca
|
⏭️ No files to mutate for |
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🟢 | Statements | 100% | 930/930 |
| 🟢 | Branches | 99.64% (+0.02% 🔼) |
280/281 |
| 🟢 | Functions | 97.77% (+0.02% 🔼) |
219/224 |
| 🟢 | Lines | 100% | 894/894 |
Test suite run success
511 tests passing in 25 suites.
Report generated by 🧪jest coverage report action from ca053ca
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🟡 | Statements | 70.97% | 22/31 |
| 🔴 | Branches | 20% | 1/5 |
| 🟡 | Functions | 75% | 6/8 |
| 🟡 | Lines | 68.97% | 20/29 |
Test suite run success
4 tests passing in 1 suite.
Report generated by 🧪jest coverage report action from ca053ca
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🟢 | Statements | 92.51% | 358/387 |
| 🟢 | Branches | 85.51% | 118/138 |
| 🟢 | Functions | 98.15% | 53/54 |
| 🟢 | Lines | 92.41% | 353/382 |
Test suite run success
117 tests passing in 7 suites.
Report generated by 🧪jest coverage report action from ca053ca
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🟢 | Statements | 100% | 128/128 |
| 🟢 | Branches | 100% | 46/46 |
| 🟢 | Functions | 100% | 27/27 |
| 🟢 | Lines | 100% | 119/119 |
Test suite run success
73 tests passing in 7 suites.
Report generated by 🧪jest coverage report action from ca053ca
|
⏭️ No files to mutate for |
…taNode - Add insert() to keypath utils: splices a value into an array at the given index, shifting existing elements right (symmetric with remove()) - Update BlockNode.createDataNode to detect the parent container type: * Array parent → insert() (splice in, no duplicate guard) * Object parent → existing has() guard + set() semantics - Add tests for insert() in keypath.spec.ts (8 cases) - Add tests for array-insert behavior in BlockNode.spec.ts (3 cases)
This file contains hidden or 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
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.
All BlockNode operations now support keypath: