openrewrite / rewrite-feature-flags

OpenRewrite recipes for LaunchDarkly.
Apache License 2.0
3 stars 3 forks source link

Use new `ConstantFold.findConstantExpr` #20

Closed JLLeitschuh closed 8 months ago

JLLeitschuh commented 8 months ago

Signed-off-by: Jonathan Leitschuh Jonathan.Leitschuh@gmail.com

timtebeek commented 8 months ago

Great to see this simplification! Note to self that we can likely use the same for RemoveBoolVariation and ChangeVariationDefault.

timtebeek commented 8 months ago

Thanks for taking on those additional cases as well! Great how we can now match so much more with a convenient API.

JLLeitschuh commented 8 months ago

Yea, CursorUtils.findCursorForTree was another one of those ones that I've been thinking about writing for a bit, and I'm pleased that it now exists.