corenova / yang-js

YANG parser and composer
Apache License 2.0
56 stars 18 forks source link

Enhancement to provide auto dependency resolution during import #8

Closed sekur closed 8 years ago

sekur commented 8 years ago

When using the provided yang.require facility, it would be convenient to try to dynamically resolve import dependencies for the YANG schema being loaded. This would reduce the need to explicitly pre-require dependencies and present similar functionality as would be expected of require behavior.