node-buble 0.19.8-3 source package in Ubuntu

Changelog

node-buble (0.19.8-3) unstable; urgency=medium

  * Break only with rollup <<0.68.2+ds~

 -- Bastien Roucariès <email address hidden>  Sat, 22 Feb 2020 16:40:28 +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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-buble_0.19.8-3.dsc 2.3 KiB d574b83b68192b9879dbd53029e078a47d4e6034ce3dd9d02dad03c6a151f32e
node-buble_0.19.8.orig.tar.gz 103.0 KiB f3ff3aa26a9948c7165ad257ee0c8d28581431e712bf5086879de0c2143d946e
node-buble_0.19.8-3.debian.tar.xz 5.3 KiB 4c2c46f939ef02a703c28008c393be46874a00e3f0565fc0c64c1bbc63e0f5f1

No changes file available.

Binary packages built by this source

node-buble: Fast ES2015 compiler for Node.js

 Bublé is a ES2015 compiler : it will turn ES6 javascript code into
 Javascript that can run in older ES5 environments. Notice that not all
 of ES6 is supported, either because they give size or performance issues
 or because they can't be transpiled to ES5.
 .
 ES6 (or ES2015) is ECMAScript version 6 released in 2015 and is supported
 for instance by Firefox 55. The older ES5 released in 2011 was supported
 for instance by Firefox 4.
 .
 Node.js is an event-based server-side JavaScript engine.