DFSG NEW Queue

DFSG, Licensing & New Packages Team

node-rollup-plugin-transform-tagged-template 0.0.3+ds-1

Package Information

Descriptiontransform contents of tagged template literals in Rollup builds

This rollup plugin provides a mechanism for applying custom transformations to the contents of JavaScript tagged template literals during a Rollup build.

The plugin identifies user‑specified tag functions—such as css, html, or other domain‑specific tags—and passes the raw template string to a user‑defined transformer function.

This enables fine‑grained processing of embedded languages and DSLs inside template literals, including minification, rewriting, linting, or normalization of formats such as CSS, HTML, GraphQL, SQL, or custom syntaxes. The transformed content is then substituted back into the bundle at build time, allowing developers to optimize or preprocess inline template data without altering application logic.

Rollup is a JavaScript module bundler that creates optimized, standards‑based bundles by using ES modules to produce smaller, faster, and more efficient builds for modern applications.

Node.js is an event-based server-side JavaScript engine.

MaintainerDebian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Changed ByBastien Roucariès <rouca@debian.org>
Sponsorrouca@debian.org
Distributionexperimental
Architectureall
VCSgit: https://salsa.debian.org/js-team/node-rollup-plugin-transform-tagged-template.git (browse)
Closes#1138622
Trackerhttps://tracker.debian.org/pkg/node-rollup-plugin-transform-tagged-template
Uploaded12 hours ago

New Package Report

.changes
Distributionexperimental
DateMon, 01 Jun 2026 12:45:53 +0200
Sourcenode-rollup-plugin-transform-tagged-template
Version0.0.3+ds-1
Changed-ByBastien Roucariès
Architecturesource all
Changelog
node-rollup-plugin-transform-tagged-template (0.0.3+ds-1) experimental; urgency=medium
 .
   * Initial release (Closes: #1138622)
.dsc
Sectionjavascript
Priorityoptional
Componentmain
Package-Listnode-rollup-plugin-transform-tagged-template deb javascript optional arch=all
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: rollup-plugin-transform-tagged-template
Upstream-Contact: https://github.com/notlmn/rollup-plugin-transform-tagged-template/issues
Source: https://github.com/notlmn/rollup-plugin-transform-tagged-template#readme
Files-Excluded: cjs
 .github

Files: *
Copyright: 2026, Laxman Damera
License: Expat

Files: debian/*
Copyright: 2026, Bastien Roucariès <rouca@debian.org>
License: Expat

License: Expat
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation files
 (the "Software"), to deal in the Software without restriction,
 including without limitation the rights to use, copy, modify, merge,
 publish, distribute, sublicense, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Back to Dashboard | View all reviews for this package