paulk-asert commented on PR #2429:
URL: https://github.com/apache/groovy/pull/2429#issuecomment-4219868479

   > Does the original import stay in the AST? If not, then there is nothing 
left for code navigation support in eclipse. Although, I'm not 100% what sort 
of nav is possible for a module name.
   
   This doesn't create some kind of (new) ModuleImportNode AST type but rather 
replaces with one or more star imports. We could track via node metadata as 
some kind of alternative to a new AST type. But as you say, is there a need?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to