node-babel-plugin-add-module-exports 0.2.1-3 source package in Ubuntu

Changelog

node-babel-plugin-add-module-exports (0.2.1-3) unstable; urgency=medium

  * Stop trying to install a not shipped README.md. (Closes: #903336)
    (Thanks to Adrian Bunk)
  * Use salsa.debian.org in Vcs-* fields
  * Bump debhelper compatibility level to 11
  * Bump Standards-Version to 4.2.1 (no changes needed)

 -- Pirate Praveen <email address hidden>  Mon, 24 Sep 2018 15:17:23 +0530

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-babel-plugin-add-module-exports_0.2.1-3.dsc 2.2 KiB 17235238dce4e3419ce0a6c9a205c046dce3f03a8af8116e52001c178bfdab35
node-babel-plugin-add-module-exports_0.2.1.orig.tar.gz 6.5 KiB 43a4fa8c30680552812023d399f4bb362b0037c1d9e47b465e33b18cf3505e8c
node-babel-plugin-add-module-exports_0.2.1-3.debian.tar.xz 2.4 KiB bde264adb2d479c4ffe0daa95901ec2700b2a9ffa30ccac20b96819e8d916dbb

Available diffs

No changes file available.

Binary packages built by this source

node-babel-plugin-add-module-exports: Babel plugin for default module.exports like babel version 5

 Babel@6 doesn't export default module.exports any more. This plugin follows
 the babel@5 behavior - add the module.exports if only the export default
 declaration exists.
 .
 Babel is a JavaScript compiler to use next generation JavaScript, today.
 .
 ES2015 and beyond: Babel has support for the latest version of JavaScript
 through syntax transformers. These plugins allow you to use new syntax, right
 now without waiting for browser support.
 .
 Node.js is an event-based server-side JavaScript engine.