login/node_modules/@babel/core
2023-11-20 14:12:35 +08:00
..
lib prepare release 1.5.0 2023-11-20 14:12:35 +08:00
node_modules/convert-source-map prepare release 1.5.0 2023-11-20 14:12:35 +08:00
src prepare release 1.5.0 2023-11-20 14:12:35 +08:00
cjs-proxy.cjs prepare release 1.5.0 2023-11-20 14:12:35 +08:00
LICENSE prepare release 1.5.0 2023-11-20 14:12:35 +08:00
package.json prepare release 1.5.0 2023-11-20 14:12:35 +08:00
README.md prepare release 1.5.0 2023-11-20 14:12:35 +08:00

@babel/core

Babel compiler core.

See our website @babel/core for more information or the issues associated with this package.

Install

Using npm:

npm install --save-dev @babel/core

or using yarn:

yarn add @babel/core --dev