1.0.1 • Published 9 years ago

fuck-comma v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

fuck-comma

A safe way to remove redundant commas for IE6/7.

Keep the last comma within an Array or Object cause errors on IE6/7, for example:

var arr = [1,2,]
var obj = {foo: 'bar',}

Find out these errors very hard, But now you may just run fuck-comma to fixes it, have fun!

Based on AST engine

npm version npm version Issue Stats Issue Stats

INSTALL

$ npm i fuck-comma -g

USAGE

Commandline

  • Fix all .js in current directory.
$ fuck-comma
  • Fix all .js for spec directory.
$ fuck-comma /some/path
  • Fix spec file.
$ fuck-comma /some/file

As module

var fuckComma = require('fuckComma')

console.log(fuckComma('[1, 2, 3,]')) // [1, 2, 3]
1.0.1

9 years ago

1.0.0

9 years ago