babel-plugin-transform-object-literals icon indicating copy to clipboard operation
babel-plugin-transform-object-literals copied to clipboard

First-class ArrayExpression support

Open uetchy opened this issue 6 years ago • 0 comments

This RP enabled the plugin to handle the following expression:

const data = ['a', 'b', 1]

uetchy avatar Jun 29 '19 10:06 uetchy