node-buble 0.19.8-7 source package in Ubuntu

Changelog

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

  * Team upload
  * Remove also node-acorn-dynamic-import from binary dependency

 -- Xavier Guimard <email address hidden>  Sat, 21 Mar 2020 10:11:41 +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-7.dsc 2.3 KiB b5cad3de26732c725d9c873f666090c052ac876c419b56e90382c986990babba
node-buble_0.19.8.orig.tar.gz 103.0 KiB f3ff3aa26a9948c7165ad257ee0c8d28581431e712bf5086879de0c2143d946e
node-buble_0.19.8-7.debian.tar.xz 5.7 KiB 4f1e73412546f1b5f260bb7de1c2b13a9a7fd978192c64ebd7f3f1e1a84ae81d

Available diffs

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.