node-rollup-plugin-babel 6.0.3+ds1-1 source package in Ubuntu

Changelog

node-rollup-plugin-babel (6.0.3+ds1-1) unstable; urgency=medium

  * Team upload
  * New upstream version 6.0.3+ds1

 -- Yadd <email address hidden>  Tue, 06 Dec 2022 06:39:25 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-rollup-plugin-babel_6.0.3+ds1-1.dsc 2.3 KiB 0e3048393941d552cdde0370a55bf942dec55abe888dd2280016dd181b8a041d
node-rollup-plugin-babel_6.0.3+ds1.orig.tar.xz 123.4 KiB cc122a352ff2b554acafa7e11fffd02e2cbc875a5c690aada44d02d240eefc04
node-rollup-plugin-babel_6.0.3+ds1-1.debian.tar.xz 6.2 KiB ffce1021e210f35467ff2044aa0885f43a98d37c7cc63fabfd41eeb840b2f0f5

No changes file available.

Binary packages built by this source

node-rollup-plugin-babel: Seamless integration between Rollup and Babel

 If you're using Babel to transpile your ES6/7 code and Rollup to generate a
 standalone bundle, you have a couple of options:
  * run the code through Babel first, being careful to exclude the module
    transformer, or
  * run the code through Rollup first, and *then* pass it to Babel.
 .
 Both approaches have disadvantages. Using Rollup with rollup-plugin-babel
 makes the process far easier.
 .
 Node.js is an event-based server-side JavaScript engine.