* fix: tagged template incorrect receiver * review changes * func exp instead of arrow * review comments * update tests output * swap arrow funcs to regular funcs Co-authored-by: sagiv.bengiat <sagiv.bengiat@appsflyer.com>
@babel/plugin-proposal-private-methods
This plugin transforms private class methods
See our website @babel/plugin-proposal-private-methods for more information.
Install
Using npm:
npm install --save-dev @babel/plugin-proposal-private-methods
or using yarn:
yarn add @babel/plugin-proposal-private-methods --dev