While transpiling some code involving object destructuring, the following error is thrown:
TypeError: Cannot read property 'references' of undefined
at Object.keys.forEach.bindingName (.../node_modules/@babel/plugin-proposal-object-rest-spread/lib/index.js:146:45)
@babel/plugin-proposal-object-rest-spread shouldn't throw an error.
Bug Report
Current Behavior
While transpiling some code involving object destructuring, the following error is thrown:
Input Code
Expected behavior/code
@babel/plugin-proposal-object-rest-spread shouldn't throw an error.
Babel Configuration
Env preset browsers: 'safari 10' (see REPL link above)
Environment