angular / angular-hint

run-time hinting for AngularJS applications
362 stars 45 forks source link

refactor: move sub-modules into this repo #64

Closed btford closed 9 years ago

btford commented 9 years ago

This was originally split into separate modules because it made implementing them simpler.

However, having each of these in separate repos has made it harder to test this module as a whole. Thus, I want to move the code for all modules here.

This will make it easier to reason about the code, and also help improve the performance, especially in places where angular-hint monkey-patches existing APIs.

I still want to publish individual modules (so you can just npm install angular-hint-dom, for instance).

erwinmombay commented 9 years ago

@btford would love to help out with this to move forward the batarang improvements. any guidance on how to bring the modules back in while still being able to publish individual modules? (only thing that pops in my head is how lodash does it with its builds)

SomeKittens commented 9 years ago

Done in 64db07d7ca60f9348461f79d9401259810d22c48! Thanks @welbornio

safwathannadeif commented 9 years ago

aaaa