Frontmatter
| id | 547 |
| title | merge main.lib & main.addon |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | May 16, 2020, 8:27 PM |
| updatedAt | May 18, 2020, 12:49 PM |
| githubUrl | https://github.com/neomjs/neo/issues/547 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 18, 2020, 12:49 PM |
each file in lib can get converted into an addon now.
they were treated differently, since the current addons were DomAccess mixins at first and partly required other DomAccess related logic. with the new import logic this should no longer be a problem plus we can most likely move the inclusion of the addons from DomAccess to main now.
On it!