libjs-requirejs-text 2.0.12-1.1 source package in Ubuntu

Changelog

libjs-requirejs-text (2.0.12-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Mon, 28 Dec 2020 11:40:26 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjs-requirejs-text_2.0.12-1.1.dsc 2.0 KiB 4703fa6ebf1d5fc3a99fbf64aa50c3656018d94c98ee0ffc61fd375486db03aa
libjs-requirejs-text_2.0.12.orig.tar.xz 8.3 KiB 1c7d0f01ca54d1c67f35e85e346b2da0cb04730a2348924cf5beba522ed34707
libjs-requirejs-text_2.0.12-1.1.debian.tar.xz 2.9 KiB 8cda3897f4776f43f4972ced895bf6ec918a080eec77708407eb842f75f977c7

Available diffs

No changes file available.

Binary packages built by this source

libjs-requirejs-text: loader plugin for loading text resources

 It is nice to build HTML using regular HTML tags, instead of building up DOM
 structures in script. However, there is no good way to embed HTML in a
 JavaScript file. The best that can be done is using a string of HTML, but that
 can be hard to manage, particularly for multi-line HTML.
 .
 The text.js AMD loader plugin can help with this issue. It will automatically
 be loaded if the text! prefix is used for a dependency.