File tree 5 files changed +10
-0
lines changed
5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ function parallel() {
22
22
tree : {
23
23
label : fn . displayName ,
24
24
type : 'function' ,
25
+ branch : true ,
25
26
nodes : buildTree ( args ) ,
26
27
} ,
27
28
} ) ;
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ function series() {
22
22
tree : {
23
23
label : fn . displayName ,
24
24
type : 'function' ,
25
+ branch : true ,
25
26
nodes : buildTree ( args ) ,
26
27
} ,
27
28
} ) ;
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ module.exports = {
30
30
{
31
31
label : '<series>' ,
32
32
type : 'function' ,
33
+ branch : true ,
33
34
nodes : [
34
35
{
35
36
label : 'noop' ,
@@ -67,6 +68,7 @@ module.exports = {
67
68
{
68
69
label : '<parallel>' ,
69
70
type : 'function' ,
71
+ branch : true ,
70
72
nodes : [
71
73
{
72
74
label : 'noop' ,
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ module.exports = {
20
20
{
21
21
label : '<series>' ,
22
22
type : 'function' ,
23
+ branch : true ,
23
24
nodes : [
24
25
{
25
26
label : 'fn1' ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ module.exports = {
10
10
{
11
11
label : '<parallel>' ,
12
12
type : 'function' ,
13
+ branch : true ,
13
14
nodes : [
14
15
{
15
16
label : '<anonymous>' ,
@@ -32,6 +33,7 @@ module.exports = {
32
33
{
33
34
label : '<parallel>' ,
34
35
type : 'function' ,
36
+ branch : true ,
35
37
nodes : [
36
38
{
37
39
label : '<anonymous>' ,
@@ -54,6 +56,7 @@ module.exports = {
54
56
{
55
57
label : '<series>' ,
56
58
type : 'function' ,
59
+ branch : true ,
57
60
nodes : [
58
61
{
59
62
label : 'fn1' ,
@@ -62,6 +65,7 @@ module.exports = {
62
65
{
63
66
label : '<parallel>' ,
64
67
type : 'function' ,
68
+ branch : true ,
65
69
nodes : [
66
70
{
67
71
label : '<anonymous>' ,
@@ -84,6 +88,7 @@ module.exports = {
84
88
{
85
89
label : '<parallel>' ,
86
90
type : 'function' ,
91
+ branch : true ,
87
92
nodes : [
88
93
{
89
94
label : '<anonymous>' ,
You can’t perform that action at this time.
0 commit comments