文件名称:esformatter-literal-notation:将数组和对象构造函数转换为文字符号的 esformatter 插件
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-20 15:53:40
JavaScript
esformatter-literal-notation 将数组和对象构造函数转换为文字符号的插件 var foo = new Array ( ) ; // converted to: var foo = [ ] ; var bar = new Object ( ) ; // converted to: var bar = { } ; 安装 用做: $ npm install esformatter-literal-notation 用法 esformatter 配置文件: { " plugins " : [ " esformatter-literal-notation " ] } 执照 麻省理工学院
【文件预览】:
esformatter-literal-notation-master
----.gitignore(27B)
----package.json(897B)
----.travis.yml(45B)
----LICENSE(1KB)
----index.js(1KB)
----README.md(664B)
----.npmignore(32B)
----test()
--------expected()
--------compare.spec.js(735B)
--------fixtures()
----.editorconfig(245B)