Skip to content

Ability for decorators to register a post check validator #8669

@timotheeguerin

Description

@timotheeguerin
return () =>  {
  // do validation here
}


return {
   kind: "post-self"  | "post-program",
   validator: () =>  {
    // do validation here
  }
}

Sub-issues

Metadata

Metadata

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions