File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 31
31
"es6-weak-map" : " ^2.0.1"
32
32
},
33
33
"devDependencies" : {
34
- "clone" : " ^2.1.1 " ,
35
- "nyc" : " ^12 .0.2 " ,
36
- "prettier" : " ^1.14.2 " ,
37
- "remark-cli" : " ^5 .0.0" ,
38
- "remark-preset-wooorm" : " ^4 .0.0" ,
39
- "tape" : " ^4.0.2 " ,
40
- "xo" : " ^0.22 .0"
34
+ "clone" : " ^2.0.0 " ,
35
+ "nyc" : " ^14 .0.0 " ,
36
+ "prettier" : " ^1.0.0 " ,
37
+ "remark-cli" : " ^6 .0.0" ,
38
+ "remark-preset-wooorm" : " ^5 .0.0" ,
39
+ "tape" : " ^4.0.0 " ,
40
+ "xo" : " ^0.24 .0"
41
41
},
42
42
"scripts" : {
43
43
"format" : " remark . -qfo && prettier --write \" **/*.js\" && xo --fix" ,
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ all of its nodes:
67
67
* ` parent ` — parent link (or ` null ` for the root node)
68
68
* ` node ` — link to the original node
69
69
70
- None of these properties are enumerable, and the original tree is _ not changed _ .
70
+ None of these properties are enumerable, and the original tree is * not changed * .
71
71
This means you can ` JSON.stringify ` the wrapped tree and it is just the same.
72
72
73
73
` wrappedTree.children ` returns array of wrapped child nodes, so that any
You can’t perform that action at this time.
0 commit comments