cel-js icon indicating copy to clipboard operation
cel-js copied to clipboard

Support single-quoted string literals

Open cjpearson opened this issue 5 months ago • 1 comments

It should be possible to do something like evaluate(`"foo" + 'bar'`) => "foobar"

https://github.com/google/cel-spec/blob/master/doc/langdef.md#string-and-bytes-values

cjpearson avatar May 19 '25 12:05 cjpearson