babel-plugin-transform-object-literals
babel-plugin-transform-object-literals copied to clipboard
First-class ArrayExpression support
This RP enabled the plugin to handle the following expression:
const data = ['a', 'b', 1]