node-ampproject-remapping 2.2.0+~cs5.15.37-1 source package in Ubuntu
Changelog
node-ampproject-remapping (2.2.0+~cs5.15.37-1) unstable; urgency=medium * New upstream version 2.2.0+~cs5.15.37, updates + @jridgewell/resolve-uri from 3.0.8 to 3.1.0 + @jridgewell/trace-mapping from 0.3.14 to 0.3.17 * Fix rollup config for rollup 3 (Closes: #1022591) -- Yadd <email address hidden> Mon, 24 Oct 2022 18:20:36 +0200
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 | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-ampproject-remapping_2.2.0+~cs5.15.37-1.dsc | 4.6 KiB | d052cdbee82077191f3fcc543127fe8bb4ee39bde9c1dd74744ecb1ed1fcdbd7 |
node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-gen-mapping.tar.gz | 65.1 KiB | d57d83cd1a0220b4616f2b7363767867d7fdb70c26ecba2f2cb763846c6b8d6f |
node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-resolve-uri.tar.gz | 112.0 KiB | 8b3321c108863cfd9cd4efc158e33a64b27913ef0a8f579bc076635e0ce20b15 |
node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-set-array.tar.gz | 57.7 KiB | 71a3b7a0f292cfdeecee83f41e926c8d6483daa52dea7b32c8032ff5cc32a049 |
node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-source-map.tar.gz | 61.6 KiB | 2b0e402450cb4b2d4ac29da6df61768332e33751b172a20d60a9bad6da53688a |
node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-sourcemap-codec.tar.gz | 9.0 KiB | 51de7e67b4f863d72f03829ad8e830cc5f143a4f0ed7fda81ae540c6c8c600a1 |
node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-trace-mapping.tar.gz | 96.5 KiB | f6f93163afb46b0daecb8b64baa4b3995ad6156f46cd42c737ebee82409297f5 |
node-ampproject-remapping_2.2.0+~cs5.15.37.orig.tar.gz | 123.3 KiB | 145cbbd34669ae70e6109d7a32cf4ed3975acd91f59ed38c4a8459183a6e8f61 |
node-ampproject-remapping_2.2.0+~cs5.15.37-1.debian.tar.xz | 4.9 KiB | dfd22e5c9e5d033582894ebbc8520242a01bdf3e89b7f33b5ed6364f23fdf7b4 |
Available diffs
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.