Security News
npm Updates Search Experience with New Objective Sorting Options
npm has a revamped search experience with new, more transparent sorting options—Relevance, Downloads, Dependents, and Publish Date.
@babel/node
Advanced tools
@babel/node is a command-line tool that allows you to use Babel to compile and run JavaScript code on the fly. It is particularly useful for running scripts and applications written in ES6+ syntax without needing to precompile them.
Running ES6+ scripts
This feature allows you to run JavaScript files that use ES6+ syntax directly. The `babel-node` command compiles the code on the fly and executes it.
babel-node script.js
REPL with ES6+ support
You can start a REPL (Read-Eval-Print Loop) with ES6+ support by simply running `babel-node` without any arguments. This allows you to interactively write and test ES6+ code.
babel-node
Using Babel plugins and presets
You can specify Babel plugins and presets to customize the compilation process. For example, using the `@babel/preset-env` preset ensures that your code is transpiled to be compatible with the current environment.
babel-node --presets @babel/preset-env script.js
ts-node is a TypeScript execution environment and REPL for Node.js. It allows you to run TypeScript code directly without precompiling it. Compared to @babel/node, ts-node is specifically designed for TypeScript, whereas @babel/node is for JavaScript with ES6+ syntax.
esm is a fast, production-ready ES module loader for Node.js. It allows you to use ES modules in Node.js without needing to transpile them. While @babel/node focuses on compiling and running ES6+ syntax, esm focuses on providing native support for ES modules.
Sucrase is a super-fast alternative to Babel that focuses on compiling modern JavaScript syntax. It is designed to be faster than Babel by focusing on a smaller set of transformations. While @babel/node provides a comprehensive solution for compiling and running ES6+ code, Sucrase aims for speed and simplicity.
Babel command line
See our website @babel/node for more information.
Using npm:
npm install --save-dev @babel/node
or using yarn:
yarn add @babel/node --dev
v7.26.0 (2024-10-25)
babel-core
, babel-generator
, babel-parser
, babel-plugin-syntax-import-assertions
, babel-plugin-syntax-import-attributes
, babel-preset-env
, babel-standalone
, babel-types
babel-core
babel-compat-data
, babel-plugin-proposal-regexp-modifiers
, babel-plugin-transform-regexp-modifiers
, babel-preset-env
, babel-standalone
babel-parser
startIndex
parser option (@DylanPiercey)babel-generator
, babel-parser
, babel-plugin-syntax-flow
babel-helpers
, babel-preset-typescript
, babel-runtime-corejs3
import()
in rewriteImportExtensions
(@liuxingbaoyu)babel-generator
, babel-parser
@babel/generator
(@nicolo-ribaudo)babel-core
babel-plugin-proposal-json-modules
, babel-plugin-transform-json-modules
, babel-standalone
proposal-json-modules
to transform-json-modules
(@nicolo-ribaudo)babel-code-frame
, babel-highlight
@babel/highlight
in @babel/code-frame
(@nicolo-ribaudo)babel-generator
, babel-parser
, babel-types
kind
to TSModuleDeclaration
(@liuxingbaoyu)babel-helper-module-transforms
, babel-plugin-transform-modules-commonjs
FAQs
Babel command line
The npm package @babel/node receives a total of 694,535 weekly downloads. As such, @babel/node popularity was classified as popular.
We found that @babel/node demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm has a revamped search experience with new, more transparent sorting options—Relevance, Downloads, Dependents, and Publish Date.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.