rocambole-commafirst

0.1.2 • Public • Published

Transforms your code, converting comma last to comma first.

Install with npm i rocambole-commafirst

var commafirst = require('rocambole-commafirst')
  , rocambole = require('rocambole')
 
var source = fs.readFileSync('path/to/js/file.js').toString()
 
var ast = rocambole.parse(source)
 
commafirst.transform(ast)
 
ast.toString() // is your transformed source
 
// OR
 
rocambole.moonwalk(ast, commafirst)

Readme

Keywords

Package Sidebar

Install

npm i rocambole-commafirst

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • andrewwinterman