Socket
Socket
Sign inDemoInstall

@babel/plugin-proposal-export-default-from

Package Overview
Dependencies
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-proposal-export-default-from

Compile export default to ES2015


Version published
Weekly downloads
3.6M
decreased by-4.57%
Maintainers
4
Weekly downloads
 
Created

What is @babel/plugin-proposal-export-default-from?

The @babel/plugin-proposal-export-default-from package allows developers to use the proposed export default from syntax in their JavaScript code, which is not yet part of the ECMAScript standard. This plugin transforms the proposed syntax into a form that can be understood by current JavaScript engines.

What are @babel/plugin-proposal-export-default-from's main functionalities?

Export default from syntax

This feature allows you to export a default export from another module in a single line. Without this plugin, you would need to import the default export and then export it, which is more verbose.

export v from 'mod';

Other packages similar to @babel/plugin-proposal-export-default-from

Keywords

FAQs

Package last updated on 05 Jun 2024

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc