Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
dc300b05dff0adb8c97c485846c669881de1561f
/
.
/
swig
/
javascript
/
test.js
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
);