json5-jest:是json5变压器

时间:2024-05-18 09:31:27
【文件属性】:

文件名称:json5-jest:是json5变压器

文件大小:42KB

文件格式:ZIP

更新时间:2024-05-18 09:31:27

json jest transform json5 JavaScript

json5-是 是json5变压器 安装 $ npm i -D json5-jest 有整合 请附加到package.json " jest " : { " transform " : { " ^.+ \\ .json5?$ " : " json5-jest " } } 或附加此is.config.js module . exports = { transform : { "^.+\\.json5?$" : "json5-jest" } } ; 要求 节点> = 6.9.0 npm> = 2.x 执照 神话 贡献者


【文件预览】:
json5-jest-master
----LICENSE.txt(1KB)
----.travis.yml(78B)
----jest.config.js(74B)
----__tests__()
--------index.test.js(446B)
--------profile.json(173B)
--------profile.json5(161B)
----README.md(697B)
----.gitignore(31B)
----index.js(129B)
----package-lock.json(172KB)
----package.json(587B)

网友评论