corenova / yang-js

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

i'm trying to parse the yang file but it not import the file why ? #148

Open Priyanshukeshri opened 1 year ago

Priyanshukeshri commented 1 year ago

module ietf-interfaces {

namespace "urn:ietf:params:xml:ns:yang:ietf-interfaces"; prefix if;

import ietf-yang-types { prefix yang; }

when i'm trying to parse these yang file it do not import the file even file in same folder, why ?