node-ampproject-remapping 2.1.2+~cs4.7.20-1 source package in Ubuntu

Changelog

node-ampproject-remapping (2.1.2+~cs4.7.20-1) unstable; urgency=medium

  * New upstream version 2.1.2+~cs4.7.20
  * Update tsc patch
  * Update lintian overrides

 -- Yadd <email address hidden>  Thu, 17 Feb 2022 09:50:47 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-ampproject-remapping_2.1.2+~cs4.7.20-1.dsc 3.4 KiB 9de1a80be02b679ec13114925c7f06c3f6f056a87e8c8a44125aec748ffa8f6e
node-ampproject-remapping_2.1.2+~cs4.7.20.orig-jridgewell-resolve-uri.tar.gz 73.0 KiB 258c2280fc54153f21d0f314e3f4e25a2b8ffda8eacb593202c9c233b84971bb
node-ampproject-remapping_2.1.2+~cs4.7.20.orig-jridgewell-sourcemap-codec.tar.gz 7.5 KiB 087eaeeb8d390705b252101965d32dfb4acb95454799bceadef58d74fc7a67a0
node-ampproject-remapping_2.1.2+~cs4.7.20.orig-jridgewell-trace-mapping.tar.gz 86.7 KiB 0426f9239b4ec3d8436970922fbbee221e5db506437c7362ad9d9699979145bf
node-ampproject-remapping_2.1.2+~cs4.7.20.orig.tar.gz 124.7 KiB 112873eda1ca15c5a991a866f80b192932cc9acd9e5ebb62c39675e871ac3cb5
node-ampproject-remapping_2.1.2+~cs4.7.20-1.debian.tar.xz 3.9 KiB 0d4d40baee164d3b2761ffbe508d9b16d27b928ab2a71280bc687f204cafe55f

No changes file available.

Binary packages built by this source

node-ampproject-remapping: Nodejs module to remap sequential sourcemaps through transformations

 Remapping allows one to take the sourcemaps generated through transforming
 code and "remap" them to the original source locations. Think "minified code,
 transformed with babel and bundled with webpack", all pointing to the correct
 location in your original source code.
 .
 With remapping, none of source code transformations need to be aware of the
 input's sourcemap, they only need to generate an output sourcemap. This
 greatly simplifies building custom transformations.