Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@babel/plugin-proposal-export-default-from
Advanced tools
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.
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';
This package allows you to export namespaced content from another module. It is similar to @babel/plugin-proposal-export-default-from but for namespace exports instead of default exports.
This package was used to provide similar functionality as @babel/plugin-proposal-export-default-from, allowing both default and named exports from syntax. However, it has been deprecated in favor of the individual proposal plugins provided by Babel.
Compile export default to ES2015
See our website @babel/plugin-proposal-export-default-from for more information.
Using npm:
npm install --save-dev @babel/plugin-proposal-export-default-from
or using yarn:
yarn add @babel/plugin-proposal-export-default-from --dev
v7.25.7 (2024-10-02)
babel-helper-validator-identifier
babel-traverse
babel-plugin-transform-classes
super()
check (@nicolo-ribaudo)babel-generator
infer
in compact mode (@nicolo-ribaudo)[no LineTerminator here]
after nodes (@nicolo-ribaudo)babel-types
babel-core
--experimental-require-module
(@nicolo-ribaudo)babel-helper-compilation-targets
, babel-helper-plugin-utils
, babel-preset-env
babel-plugin-proposal-destructuring-private
, babel-plugin-syntax-decimal
, babel-plugin-syntax-import-reflection
, babel-standalone
babel-generator
[no LineTerminator here]
before nodes (@nicolo-ribaudo)babel-plugin-transform-typescript
babel-types
BABEL_TYPES_8_BREAKING
at startup (@nicolo-ribaudo)FAQs
Compile export default to ES2015
We found that @babel/plugin-proposal-export-default-from demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
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.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.