DataDog / dd-native-iast-rewriter-js

Apache License 2.0
3 stars 1 forks source link

Remove NoPlusOperatorVisitor #71

Closed iunanua closed 8 months ago

iunanua commented 1 year ago

What does this PR do?

The rewriter contained two different operation visitor implementations depending on plus_operator configuration property.

This PR removes the NoPlusOperatorVisitor

Motivation

The initial idea was to have two different visitor implementations for each case but the impossibility of one extending the other led to too much code duplication.

Additional Notes

Describe how to test your changes

Checklist