You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@babel/helper-compilation-targets

Package Overview
Dependencies
Maintainers
4
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-compilation-targets

Helper functions on Babel compilation targets

7.26.5
Source
npmnpm
Version published
Weekly downloads
56M
-11.61%
Maintainers
4
Weekly downloads
 
Created

What is @babel/helper-compilation-targets?

The @babel/helper-compilation-targets package is a helper utility used by Babel to determine which JavaScript language features need to be transformed based on the specified compilation targets, such as browsers or Node.js versions. It helps in generating the most efficient and compatible code for the specified environments.

What are @babel/helper-compilation-targets's main functionalities?

Determining necessary plugins/presets

This feature allows you to determine which Babel plugins or presets are necessary to transform your code based on the specified target environments, such as the last two versions of all browsers or Safari versions greater than 7.

const { default: getTargets, filterItems } = require('@babel/helper-compilation-targets');

const targets = getTargets({
  browsers: ['last 2 versions', 'safari > 7']
});

const plugins = filterItems(
  require('@babel/preset-env/data/plugins'),
  targets,
  { ignoreBrowserslistConfig: true }
);

Customizing target environments

This feature enables customization of the target environments for which you are compiling your code. For example, you can specify that you want to target environments that support ES modules or the current version of Node.js.

const { default: getTargets } = require('@babel/helper-compilation-targets');

const targets = getTargets({
  esmodules: true,
  node: 'current'
});

Other packages similar to @babel/helper-compilation-targets

Keywords

babel

FAQs

Package last updated on 10 Jan 2025

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy