corenova / yang-js

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

fixes #80, add the children property implementation for List #81

Closed quantang closed 5 years ago

quantang commented 5 years ago

The List Property cannot return the children correctly. So I added an implementation for it which will return the array of ListItem Property.

Please have a review and share your comments. Cheers.