Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
54
Maintainers
6
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Allow parsing of export namespace from


Version published
Weekly downloads
19M
increased by2.66%
Maintainers
6
Install size
8.73 kB
Created
Weekly downloads
 

Package description

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

The @babel/plugin-syntax-export-namespace-from package allows Babel to parse the export * as syntax, which is used to re-export all named exports from another module under a single namespace. This is part of the ECMAScript 2020 specification and enables more concise and flexible module exports.

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

Namespace export

This feature allows all named exports from a module to be re-exported under a single namespace. It simplifies the process of re-exporting multiple exports and enhances code readability and maintainability.

export * as namespaceName from './module';

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

Readme

Source

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

Allow parsing of export namespace from

See our website @babel/plugin-syntax-export-namespace-from for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-syntax-export-namespace-from

or using yarn:

yarn add @babel/plugin-syntax-export-namespace-from --dev

Keywords

FAQs

Last updated on 13 Jan 2020

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc