unist-util-inspect:检查节点的实用程序

时间:2024-05-19 18:36:07
【文件属性】:

文件名称:unist-util-inspect:检查节点的实用程序

文件大小:11KB

文件格式:ZIP

更新时间:2024-05-19 18:36:07

console syntax-tree util unist inspect

Unist-util-inpect 检查节点的实用程序。 安装 该软件包 :需要使用Node 12+才能使用它,并且必须将其import而不是require d。 : npm install unist-util-inspect 用 var u = require ( 'unist-builder' ) var inspect = require ( 'unist-util-inspect' ) var tree = u ( 'root' , [ u ( 'literal' , '1' ) , u ( 'parent' , [ u ( 'void' , { id : 'a' } ) , u ( 'literal' , '2' ) , u ( 'node' , { id : 'b' } , [ ] ) ] ) ] ) console . log (


【文件预览】:
unist-util-inspect-main
----index.js(7KB)
----test.js(13KB)
----package.json(2KB)
----readme.md(3KB)
----.github()
--------workflows()
----color.js(24B)
----.prettierignore(15B)
----license(1KB)
----color-browser.js(25B)
----tsconfig.json(324B)
----.gitignore(57B)
----.npmrc(19B)
----.editorconfig(147B)

网友评论