Files
babel/packages/babel-plugin-proposal-decorators
Huáng Jùnliàng e67b698cbd fix: throw when legacy and version are both specified
also fix decoratorsBeforeExport error when version: "legacy" is specified
2022-01-16 14:15:10 +01:00
..
2022-01-16 14:15:09 +01:00

@babel/plugin-proposal-decorators

Compile class and object decorators to ES5

See our website @babel/plugin-proposal-decorators for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-proposal-decorators

or using yarn:

yarn add @babel/plugin-proposal-decorators --dev