Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy expression package out of /e #38576

Merged
merged 8 commits into from
Feb 27, 2024
1 change: 1 addition & 0 deletions lib/expression/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
type evaluationEnvVar map[string]typical.Variable

// DefaultParserSpec is the default parser specification.
// Contians useful functions for manipulating and comparing strings.

Check failure on line 15 in lib/expression/parser.go

View workflow job for this annotation

GitHub Actions / Lint (Go)

`Contians` is a misspelling of `Contains` (misspell)
EdwardDowling marked this conversation as resolved.
Show resolved Hide resolved
func DefaultParserSpec[evaluationEnv any]() typical.ParserSpec {
codingllama marked this conversation as resolved.
Show resolved Hide resolved
return typical.ParserSpec{
Functions: map[string]typical.Function{
Expand Down
Loading