neos / rector

Neos Rector Recipes for code migrations
6 stars 4 forks source link

Add and enhance fusion rectors #6

Closed robert-heinig closed 2 years ago

robert-heinig commented 2 years ago

Add FusionNodePathRector to transform node.path to Neos.NodeInfo.path(node)

Enhance EelExpressionTransformer to add multiple comments by multiple regular expression matches with correct line number references.

Add FusionNodePropertyPathToWarningCommentRector to add comments for node.foo or node.bar.baz when there is no automatic migration available.