Skip to content

Add support for negated comparisons#251

Merged
novaugust merged 1 commit into
adobe:mainfrom
tomkonidas:add-support-for-negated-comparisons
Jun 2, 2026
Merged

Add support for negated comparisons#251
novaugust merged 1 commit into
adobe:mainfrom
tomkonidas:add-support-for-negated-comparisons

Conversation

@tomkonidas
Copy link
Copy Markdown
Contributor

We add support for the following patterns:

  • not (a == b) => a != b
  • !(a == b) => a != b

Resolves #250

  • Please sign Adobe's CLA if this is your first time contributing to an Adobe open source repo. Thanks!

We add support for the following patterns:
* `not (a == b)` => `a != b`
* `!(a == b)` => `a != b`

Resolves adobe#250
@novaugust novaugust merged commit 8e93f4a into adobe:main Jun 2, 2026
2 checks passed
@novaugust
Copy link
Copy Markdown
Contributor

beautiful, thanks so much!

@tomkonidas tomkonidas deleted the add-support-for-negated-comparisons branch June 2, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

new single node style: not (a == b) => a != b

2 participants