node-rollup-plugin-typescript2 0.36.0+ds+~cs6.0.6-1 source package in Ubuntu

Changelog

node-rollup-plugin-typescript2 (0.36.0+ds+~cs6.0.6-1) unstable; urgency=medium

  * New upstream release.
  * debian/control
    - Bump Standards-Version to 4.7.0.
  * debian/copyright
    - Add myself to copyright holders for debian directory.
  * debian/patches/*
    - Refresh for new release.
  * debian/patches/module-resolution-kind.patch
    - New patch; fix build when using TypeScript < 5.
  * debian/source/lintian-overrides
    - Remove unused very-long-line-length-in-source-file override.

 -- Doug Torrance <email address hidden>  Tue, 09 Apr 2024 10:01:53 -0400

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-rollup-plugin-typescript2_0.36.0+ds+~cs6.0.6-1.dsc 3.5 KiB 699ddf3b68cfd1edbb2a938497653a350e2eb3a1c80a9cc5bda128a20503f332
node-rollup-plugin-typescript2_0.36.0+ds+~cs6.0.6.orig-object-hash.tar.xz 13.4 KiB 4ae122c43e036351ac49fb1e940846f9cb79ff3bf7f2c68d3345929634f495a0
node-rollup-plugin-typescript2_0.36.0+ds+~cs6.0.6.orig-types-object-hash.tar.xz 2.3 KiB 206841e1f6036021139338dbfc4475b2547786c5714be019e6d6bedd6813c953
node-rollup-plugin-typescript2_0.36.0+ds+~cs6.0.6.orig.tar.xz 73.5 KiB b9df131ec2554e6fb07351366b91376c874d14412337005b973222cb0a9e8499
node-rollup-plugin-typescript2_0.36.0+ds+~cs6.0.6-1.debian.tar.xz 6.6 KiB 7eb617af02c5bb83873995bc2ba18b0bc756475e4949e011eb14be0dc901d95c

No changes file available.

Binary packages built by this source

node-rollup-plugin-typescript2: Seamless integration between Rollup and TypeScript

 This is a rewrite of original rollup-plugin-typescript, starting and
 borrowing from alexlur's fork.
 .
 This version is somewhat slower than original, but it will print out
 typescript syntactic and semantic diagnostic messages (the main
 reason for using typescript after all).
 .
 Node.js is an event-based server-side JavaScript engine.