es6-shorthands

0.0.2 • Public • Published

es6-shorthands

NPM version build status Test coverage

This will simply replace the new ES6 shorthand method syntax with the corresponding ES5 equivalent.

So {a, b() {}} becomes {a: a, b: function b() {}}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    0
  • 0.0.1
    2

Package Sidebar

Install

npm i es6-shorthands

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • jongleberry
  • swatinem