File tree 2 files changed +1
-10
lines changed
stress-test/stress-workflows
2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -66,15 +66,6 @@ Interpolator.prototype.rules = {
66
66
return interpolator . readContextPath ( context , value . slice ( 1 ) )
67
67
}
68
68
} ,
69
- {
70
- name : "conditional statement" ,
71
- match : function ( value ) { return / ( .+ ) ( > | = = | = = = | ! = | ! = = | < | > = | < = ) ( .+ ) / . test ( value ) } ,
72
- action : function ( interpolator , context , value ) {
73
- with ( context ) {
74
- return eval ( value )
75
- }
76
- }
77
- } ,
78
69
{
79
70
name : "markup resolver" ,
80
71
match : function ( value ) { return value . indexOf ( "[" ) > - 1 } ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ module.exports = {
19
19
} ,
20
20
{
21
21
"task" : "while" ,
22
- "test" : "objectList.length > 0" ,
22
+ "test" : "[eval] objectList.length > 0[/eval] " ,
23
23
"subflow" : [
24
24
{
25
25
"task" : "lodash/initial" ,
You can’t perform that action at this time.
0 commit comments