blob: ebcbd820c2ee812cd3385112d59ff15527dcdd92 [file] [log] [blame]
var yang = require("./index")
const ctx = new yang.Context("./files", 0);
var module = ctx.parse_module_path("./files/b.yang", yang.LYS_IN_YANG);
console.log(module.name());