Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-transform-es2015-modules-amd-lazy

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-es2015-modules-amd-lazy

Babel transform to AMD that skips existing AMD modules

  • 2.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

babel-plugin-transform-es2015-modules-amd-lazy

This Babel transform is a fork of the Babel AMD transform that will only AMD-ify a file if it contains an import or export (or export default).

If you have a legitimate use case where you have source files without imports or exports that should still be transformed to AMD modules, or if you have a pure ES2015 codebase, then this plugin probably isn't for you.

This plugin is mainly useful in a transitional codebase where you have a combination of ES2015, existing AMD modules and scripts that aren't either, and you only want the ES2015 modules transformed to AMD.

FAQs

Package last updated on 23 Apr 2018

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