adamhaile / surplus

High performance JSX web views for S.js applications
639 stars 26 forks source link

Move dom.ts functions into a separate repository? #50

Closed brodycj closed 6 years ago

brodycj commented 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.

brodycj commented 6 years ago

Goes against mono repo idea in #25.

irisjae commented 6 years ago

See #13

Merge surplus and surplus-preprocessor packages. They're closely coupled and having different versions of the two would cause several errors.

brodycj commented 6 years ago

Understood, thanks.