* Enforce `workspace:^` to specify `@babel/` dependencies * `yarn constraints --fix` * Update lockfile
@babel/plugin-proposal-partial-application
Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression
See our website @babel/plugin-proposal-partial-application for more information.
Install
Using npm:
npm install --save-dev @babel/plugin-proposal-partial-application
or using yarn:
yarn add @babel/plugin-proposal-partial-application --dev