Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
1
Maintainers
4
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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


Version published
Maintainers
4
Created

Package description

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

Changelog

Source

v7.23.3 (2023-11-09)

:bug: Bug Fix
  • babel-plugin-transform-typescript
    • #16071 Strip type-only TS namespaces (@colinaaa)
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
:memo: Documentation
  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)
:house: Internal
  • babel-core, babel-preset-env
:running_woman: Performance
:microscope: Output optimization
  • babel-plugin-transform-computed-properties

Readme

Source

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

Allow parsing of export default from

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

Install

Using npm:

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

or using yarn:

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

Keywords

FAQs

Last updated on 09 Nov 2023

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc