node-rollup 0.68.2+ds-4 source package in Ubuntu
Changelog
node-rollup (0.68.2+ds-4) unstable; urgency=medium * Breaks with older node-rollup-plugin-babel now recompiled -- Bastien Roucariès <email address hidden> Mon, 24 Feb 2020 22:42:24 +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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-rollup_0.68.2+ds-4.dsc | 3.0 KiB | 16cb00ab72bc2dbaa49288ace63eac737d941c5283fd405da7a2e811e77ac268 |
node-rollup_0.68.2+ds.orig-turbocolor.tar.gz | 3.8 KiB | 35636d6846a87ec2e77491eb315c0637f460fb55809a5d3fc0d03df72d6b16d9 |
node-rollup_0.68.2+ds.orig.tar.gz | 508.5 KiB | edcdab93612e43e901faccae6c492180bac432a6bae77e907826f280a4435962 |
node-rollup_0.68.2+ds-4.debian.tar.xz | 9.6 KiB | 4fc9b5bc2e8c9193d0e4738e0203b555d504bfe740dabc2d3cef5d16f7427b05 |
Available diffs
- diff from 0.68.2+ds-3 to 0.68.2+ds-4 (571 bytes)
No changes file available.
Binary packages built by this source
- rollup: ES6 module bundler for JavaScript
Rollup is a module bundler for JavaScript which compiles small pieces of code
into something larger and more complex, such as a library or application. It
uses the standardized ES module format for code, instead of previous
idiosyncratic solutions such as CommonJS and AMD.
.
ES modules let you freely and seamlessly combine the most useful individual
functions from your favorite libraries. Rollup can optimize ES modules for
faster native loading in modern browsers, or output a legacy module format
allowing ES module workflows today.
.
Node.js is an event-based server-side JavaScript engine.