Package: wnpp Severity: wishlist Owner: Yadd <y...@debian.org> X-Debbugs-Cc: debian-de...@lists.debian.org
* Package name : node-ampproject-remapping Version : 2.0.4 Upstream Author : Justin Ridgewell <jridgew...@google.com> * URL : https://github.com/ampproject/remapping * License : Apache-2.0 Programming Lang: JavaScript Description : 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 "my minified code, transformed with babel and bundled with webpack", all pointing to the correct location in your original source code. With remapping, none of the 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 (think a find-and-replace). node-ampproject-remapping is a dependency of next node-babel. Will be maintained under JS Team umbrella.