0.0.4 • Published 10 years ago
fecs-repair v0.0.4
fecs-repair
fecs报错自动修复
安装
npm install -g fecs-repair
目前支持
- jsdoc @file @author 自动添加
- 自动添加 {}
object['property']=>object.property- 修正最后一行为空行
parseInt(number)=>parseInt(number, 10){ 'property': value }=>{ property: value }"string"=>'string'{ property: value, }=>{property: value}//comment=>// commentvar a, b;=>var a;\n var b;