enso/app
Adam Obuchowicz c4a7e28fb5
Recognize unqualified import syntax in double representation library. (#3816)
Fixes [#183511669](https://www.pivotaltracker.com/story/show/183511669)

This PR improves the `ImportInfo` structure from Double Representation crate so it provides information what names are brought into the scope with this import. The from_ast method also recognized [various ways of defining imports](https://github.com/enso-org/enso/blob/develop/docs/syntax/imports.md)

# Important Notes
The parser seems to not recognize properly imports with aliases. I have not fixed that, as we expect a new parser to be merged very soon.
2022-10-27 13:22:06 +00:00
..
gui Recognize unqualified import syntax in double representation library. (#3816) 2022-10-27 13:22:06 +00:00
ide-desktop Component Browser with Grid View (#3766) 2022-10-14 12:42:59 +02:00