enso/app/gui/language/parser/tests
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
..
ast.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
bugs.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
crumbs.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
doc-gen.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
id_map.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
macros.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
parsing.rs Recognize unqualified import syntax in double representation library. (#3816) 2022-10-27 13:22:06 +00:00
web.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00