apigee / apigeelint

Static code analysis for Apigee proxy bundles to encourage API developers to use best practices and avoid anti-patterns.
Apache License 2.0
91 stars 71 forks source link

fix: in peggyjs, allow variable on RHS of some operators #416

Closed DinoChiesa closed 7 months ago

DinoChiesa commented 7 months ago

Modify the peggyjs grammar to allow variables on the right hand side of SOME operators. Add tests to verify that behavior.

This should address #410.