* feat(transform-object-rest-spread): add polyfill=false option to avoid extends helper * object-rest-spread: add useBuiltIns option * add test for invalid option
5 lines
208 B
JSON
5 lines
208 B
JSON
{
|
|
"plugins": [["transform-object-rest-spread", { "useBuiltIns": "invalidOption" }]],
|
|
"throws": "transform-object-rest-spread currently only accepts a boolean option for useBuiltIns (defaults to false)"
|
|
}
|