* destructuring private fields with array pattern / object pattern * wip: new test cases * destrucuring and rest for private properties * test case for loose private-loose * add transform-desturcturing for exec * update test case * remove getPrototypeOf imports from get and set * wip: destructure super assignment * throw "Destructuring to a super field is not supported yet." * fix tests and fix assignment pattern * remove CallExpression from AssignmentPattern
@babel/plugin-transform-classes
Compile ES2015 classes to ES5
See our website @babel/plugin-transform-classes for more information.
Install
Using npm:
npm install --save-dev @babel/plugin-transform-classes
or using yarn:
yarn add @babel/plugin-transform-classes --dev