node-flow-remove-types 1.2.3-5 source package in Ubuntu

Changelog

node-flow-remove-types (1.2.3-5) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.0, no changes needed.
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Modernize debian/watch
    * Fix filenamemangle
    * Fix GitHub tags regex
  * Update nodejs dependency to nodejs:any
  * Use dh-sequence-nodejs auto test & install
  * Build manpages with help2man

 -- Yadd <email address hidden>  Fri, 26 Nov 2021 06:33:02 +0100

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-flow-remove-types_1.2.3-5.dsc 2.1 KiB 907fc68dec9dfdc49ae36ba23c0cb69700b3103c4f6a2ff34b8f0b40e7f928d1
node-flow-remove-types_1.2.3.orig.tar.gz 15.5 KiB 613da55bac9e5178325a270d06582b2fc21e3383df7a000d9d7cb9f56b460653
node-flow-remove-types_1.2.3-5.debian.tar.xz 3.1 KiB 01b02f5e5ce3ff01a0c57a7342f466fe3f8f95635a12bb91b845c0c3e09b9afb

Available diffs

No changes file available.

Binary packages built by this source

node-flow-remove-types: Removes Flow type annotations from JavaScript files

 Turn your JavaScript with Flow type annotations into standard JavaScript in an
 instant with no configuration and minimal setup.
 .
 Flow provides static type checking to JavaScript which can both help find and
 detect bugs long before code is deployed and can make code easier to read and
 more self-documenting. The Flow tool itself only reads and analyzes code.
 .
 Running code with Flow type annotations requires first removing the
 annotations which are non-standard JavaScript.
 .
 Node.js is an event-based server-side JavaScript engine.