Skip to content

polyfills/es6-shorthands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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() {}}

About

Transpile ES6 shorthand properties and methods to ES5

Resources

Stars

Watchers

Forks

Packages

No packages published