node-es6-shim 0.35.6+ds-2 source package in Ubuntu

Changelog

node-es6-shim (0.35.6+ds-2) unstable; urgency=medium

  * Fix broken symlinks (Closes: #988654).

 -- Julien Puydt <email address hidden>  Wed, 19 May 2021 08:22:39 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-es6-shim_0.35.6+ds-2.dsc 2.1 KiB 4563e4783ae82fd121794c65a78317e83c9d569735dd5ac33c3fc18b0300e915
node-es6-shim_0.35.6+ds.orig.tar.xz 73.7 KiB 0256e80db9bc44670b70f6304e75e30a60159d5a63b6ac89c0264436bbc51aa0
node-es6-shim_0.35.6+ds-2.debian.tar.xz 3.5 KiB 3274802fd27386b6a6da7afed2daa0c89ebf6bded7d6423998e5bee6f280f9aa

Available diffs

No changes file available.

Binary packages built by this source

libjs-es6-shim: ECMAScript 6 shims for legacy JavaScript engines (library)

 The es6-shim library monkey-patches a JavaScript context to contain all
 ECMAScript 6 (Harmony) methods that can be faithfully emulated with a legacy
 JavaScript engine.
 .
 The es6-sham part tries to complete the picture as best as possible, but
 for those methods the result is not as close and mostly intends to avoid
 runtime errors : in many cases it might just silently fail.

node-es6-shim: ECMAScript 6 shims for legacy JavaScript engines (Node.js)

 The es6-shim library monkey-patches a JavaScript context to contain all
 ECMAScript 6 (Harmony) methods that can be faithfully emulated with a legacy
 JavaScript engine.
 .
 The es6-sham part tries to complete the picture as best as possible, but
 for those methods the result is not as close and mostly intends to avoid
 runtime errors : in many cases it might just silently fail.
 .
 Node.js is an event-based server-side JavaScript engine.