You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2017. It is now read-only.
This discussion has come up various times, and every time I've been hesitant due to size constraints, but it's becoming clear that the separate projects are slowing development.
Even worse, much of the code is duplicated in both projects, so merging would slim down the total size in a clean way (as opposed to various ad-hoc solutions). FYI The proverbial straw that broke the camel's back involved style parsing in XLS, which requires a stripped down version of the XLSX style parsing code (brilliant design on Microsoft's part to embed a ZIP file within the container).
Since github has no way to indicate that we are merging the projects, we will have to do it manually.
Questions:
The XLS, XLSX and HARB objects have the same interface, so we can fold all of the logic into one of the projects or create a new project. Which makes more sense?
Should the build process create separate scripts for the individual formats (an xls.js for the XLS format, xlsx.js etc)?
What should happen to the node modules and the other repos?