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

Changelog

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

  * Team upload

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster

  [ Yadd ]
  * Declare compliance with policy 4.6.1
  * Fix filenamemangle
  * Fix repacksuffix
  * New upstream version 5.3.1+ds1
  * Refresh patches

 -- Yadd <email address hidden>  Mon, 06 Jun 2022 11:31:13 +0200

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-rollup-plugin-babel_5.3.1+ds1-1.dsc 2.5 KiB ea0586a77b06067d523ff94eab7561f17433d14de3be8d063771aaf3c48d6c45
node-rollup-plugin-babel_5.3.1+ds1.orig.tar.xz 44.1 KiB 233d2ad1511da44d3f13b729f183771842077115c318e1f00e3408eae53dbf16
node-rollup-plugin-babel_5.3.1+ds1-1.debian.tar.xz 8.3 KiB e34b1c46f09ffe5f884c56f90b8848a60a01bc1f2ea257d2e456a0fa207ba90f

Available diffs

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.