(no title)
yegle | 11 days ago
But most use cases are treating CEL as a user provided config, which requires runtime parsing and execution.
yegle | 11 days ago
But most use cases are treating CEL as a user provided config, which requires runtime parsing and execution.
bossyTeacher|11 days ago
type MyType{ myName: string where size > 8, year: number where number > 2000 }
Then, whenever this type is used, at compile time, an evaluation is done to ensure that the type restrictions are enforced.