dotnetprofessional/LiveDoc

Refactor: Convert to use ES6 modules

dotnetprofessional opened this issue · 0 comments

The current design still has all the code in a single .ts file. Need to split this out into individual ES6 modules. This is required to support other features and especially important to reporting, so that the core model can be shared between projects.