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