Skip to content

Add new reflection names : iteration->[.., run], duration->[...,"wait", "till"] #23

@aukgit

Description

@aukgit

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"]
            },

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions