babel-plugin-5to6-obj-shorthand
v0.0.3
Published
Babel plugin to use object property shorthand when possible
Downloads
10
Maintainers
Readme
babel-plugin-5to6-obj-shorthand
A babel plugin to use object shorthand when possible (eg {a:a}
becomes {a}
).
See babel-backwards for more info.