Closed brodycj closed 6 years ago
It looks to me like the most important runtime functions in this project are in dom.ts. Looking at https://github.com/adamhaile/surplus-todomvc/blob/master/dist/main.js it does not seem to use functions from any of the other modules in this repository.
dom.ts
Goes against mono repo idea in #25.
See #13
Merge surplus and surplus-preprocessor packages. They're closely coupled and having different versions of the two would cause several errors.
Understood, thanks.
It looks to me like the most important runtime functions in this project are in
dom.ts
. Looking at https://github.com/adamhaile/surplus-todomvc/blob/master/dist/main.js it does not seem to use functions from any of the other modules in this repository.