UNPKG
@mason-api/javascript-sdk
Version:
latest (3.3.0)
3.3.0
3.2.12
1.0.2
1.0.1
1.0.0
Mason component rendering library
@mason-api/javascript-sdk
/
src
/
transformations
/
path.js
10 lines
(8 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
update
from
'immutability-helper'
;
export
default
() =>
node
=>
update
(node, {
p
: {
$merge
: {
'data-path'
: node.
path
, }, }, });