root 3bf41bf355 update | 1 년 전 | |
---|---|---|
.. | ||
lib | 1 년 전 | |
LICENSE | 1 년 전 | |
README.md | 1 년 전 | |
package.json | 1 년 전 |
Transform optional chaining operators into a series of nil checks
See our website @babel/plugin-proposal-optional-chaining for more information.
Using npm:
npm install --save-dev @babel/plugin-proposal-optional-chaining
or using yarn:
yarn add @babel/plugin-proposal-optional-chaining --dev