Changes between Version 2 and Version 3 of Ticket #4138
- Timestamp:
- 2016-11-15T16:32:14Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4138 – Description
v2 v3 15 15 Redeclare:: 16 16 Only very basic redeclare of components is implemented, more work is needed for redeclare of classes, merging of modifiers, constraining type, etc. 17 18 Imports:: 19 Basic support for qualified imports is implemented, unqualified imports still remains. It's also only possible to import classes at the moment, and not components. Some way of marking elements as imported is also needed, currently they are just inserted into the importing class as they are. 17 20 18 21 Conditional Components::