🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

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

Package Overview
Dependencies
Maintainers
4
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Allow parsing of export default from

7.27.1
latest
Source
npm
Version published
Weekly downloads
3.9M
-10.79%
Maintainers
4
Weekly downloads
 
Created

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

The @babel/plugin-syntax-export-default-from package allows Babel to parse a specific type of export syntax that is not officially part of the ECMAScript standard. This syntax allows for exporting a default export from another module directly from within the export statement.

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

Enable parsing of export default from syntax

This feature allows developers to write an export statement that both imports a default export from a module and immediately exports it as a named export from the current module. This is a shorthand that can make re-exporting more concise.

export v from 'mod';

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

Keywords

babel-plugin

FAQs

Package last updated on 30 Apr 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