CodeBrowser / npm / @babel/core
@babel/core@8.0.1
// Babel compiler core.
$ npm install @babel/core
downloads/wk
151,740,473
license
MIT
version
8.0.1
published
Jun 17, 2026
What is @babel/core?
@babel/core is a JavaScript compiler that transforms modern JavaScript code (ES6+) into versions compatible with older browsers and environments. Developers use it to write code using the latest language features like classes, arrow functions, and modules, while ensuring their code runs on systems that only support older JavaScript standards.
Keywords
#6to5 #babel #classes #const #es6 #harmony #let #modules #transpile #transpiler #var #babel-core #compiler
Maintainers
hzoo, existentialism, nicolo-ribaudo, jlhwung