Files
babel/packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/empty-string/output.js
Lively 950d3519e8 fix destructuring of empty string (#13444)
* fix destructuring empty string

* use variable on expect

* overwrite all tests

* fix test cases
2021-06-14 17:07:12 +02:00

4 lines
82 B
JavaScript

var _ref = '',
_ref2 = babelHelpers.slicedToArray(_ref, 1),
a = _ref2[0];