trotyl / ng-vdom

(Developer Preview) A virtual-DOM extension for Angular, also work as React bridge.
260 stars 12 forks source link

Refactor: prevent circular dependencies in instructions #64

Open trotyl opened 5 years ago

trotyl commented 5 years ago

Current

Circular dependencies between instruction files (no problem, but got warning in building).

Expected

No circular dependencies.