Add new reflection names : iteration->[.., run], duration->[...,"wait", "till"]
Add reflection names at attributes.js
iteration: {
called: "iteration",
names: ["repeat", "itr", "Itr", "Repeat"]
names: ["repeat", "itr", "Itr", "Repeat", "run"]
},
duration: {
called: "duration",
names: ["duration", "dur", "Duration", "Dur"]
names: ["duration", "dur", "Duration", "Dur", "wait", "till"]
},
Add new reflection names : iteration->[.., run], duration->[...,"wait", "till"]
Add reflection names at attributes.js