to-vfile:从文件路径创建vfile的实用程序

时间:2024-05-31 22:08:25
【文件属性】:

文件名称:to-vfile:从文件路径创建vfile的实用程序

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-31 22:08:25

fs file virtual vfile vfile-util

到v文件 从文件路径创建一个 。 也可以选择从文件系统中填充它们。 也可以将虚拟文件写入文件系统。 安装 该软件包 :需要使用Node 12+才能使用它,并且必须将其import而不是require d。 : npm install to-vfile 用 import { toVFile } from 'to-vfile' console . log ( toVFile ( 'readme.md' ) ) console . log ( toVFile . readSync ( '.git/HEAD' ) ) console . log ( toVFile . readSync ( '.git/HEAD' , 'utf8' ) ) 产量: VFile { data : { } , messages : [ ] , history : [ 'readme.md' ] ,


【文件预览】:
to-vfile-main
----index.js(412B)
----test.js(10KB)
----package.json(2KB)
----readme.md(4KB)
----.github()
--------workflows()
----.prettierignore(15B)
----license(1KB)
----tsconfig.json(339B)
----.gitignore(57B)
----lib()
--------index.js(5KB)
----.npmrc(19B)
----.editorconfig(147B)

网友评论