blob: 8293749dc9f63c3f081b3ed5c7bc1385132f965e [file] [log] [blame]
var yang = require("./index")
var ctx = yang.ly_ctx_new("./files");
var module = yang.lys_parse_path(ctx, "./files/b.yang", yang.LYS_IN_YANG);
console.log(module.name);