Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix set #18

Merged
merged 2 commits into from
Mar 15, 2021
Merged

Fix set #18

merged 2 commits into from
Mar 15, 2021

Conversation

nikku
Copy link
Member

@nikku nikku commented Mar 15, 2021

Closes #17

nikku added 2 commits March 15, 2021 11:16
+ verify handling of <''> keys, too
This ensures `null` targets are treated as if the value
does not exist during scaffolding.

```javascript
set({ a: null }, [ 'a', 'b', 'c' ], 'C')
```
@bpmn-io-tasks bpmn-io-tasks bot added the needs review Review pending label Mar 15, 2021
@nikku nikku requested a review from philippfromme March 15, 2021 10:21
Copy link
Contributor

@philippfromme philippfromme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beautiful. 🤩

@fake-join fake-join bot merged commit ebca59f into master Mar 15, 2021
@fake-join fake-join bot deleted the fix-set branch March 15, 2021 10:29
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Mar 15, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Key of Number 0 Leads to Unexpected Result
2 participants