node-rollup 2.61.1-5 source package in Ubuntu
Changelog
node-rollup (2.61.1-5) unstable; urgency=medium * Team upload * Fix es build -- Yadd <email address hidden> Fri, 17 Dec 2021 12:22:36 +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 | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-rollup_2.61.1-5.dsc | 3.1 KiB | 2b3bbb8e9a7d9f87395555be78f647c9a09bf650036247879348dccd9fffc1e7 |
node-rollup_2.61.1.orig.tar.gz | 1.2 MiB | ff7da54d42148b9879cd6fcec51586fecb2f35266760363c5958440e232c6c5a |
node-rollup_2.61.1-5.debian.tar.xz | 41.1 KiB | 9558c3053863725528b01c69c3502565cdb37f7844bb643c53a0cf8b224ab5f3 |
Available diffs
- diff from 2.42.1-2 to 2.61.1-5 (747.2 KiB)
- diff from 2.61.1-3 to 2.61.1-5 (3.2 KiB)
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-chokidar is required to use the --watch option