Closed robert-heinig closed 2 years ago
Add FusionNodePathRector to transform node.path to Neos.NodeInfo.path(node)
node.path
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.
node.foo
node.bar.baz
Add FusionNodePathRector to transform
node.path
toNeos.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
ornode.bar.baz
when there is no automatic migration available.