node-eslint-plugin-flowtype 2.25.0-1 source package in Ubuntu

Changelog

node-eslint-plugin-flowtype (2.25.0-1) unstable; urgency=medium

  * Initial release

 -- Thorsten Alteholz <email address hidden>  Sat, 12 Nov 2016 19:17:39 +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
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-eslint-plugin-flowtype_2.25.0-1.dsc 2.3 KiB 92341244636416a89a734a3fb6c15f9aa36ffbb79112e0aaa76f5f590d9f56d0
node-eslint-plugin-flowtype_2.25.0.orig.tar.gz 38.4 KiB 3ce5b880bf20753a811afbc4781fad2455b53955aa1138f97ca2e7979ef8b498
node-eslint-plugin-flowtype_2.25.0-1.debian.tar.xz 2.3 KiB b1c3ce5a701b643b57cbbba15357644093fcde54701042e608559d3491c9b63e

No changes file available.

Binary packages built by this source

node-eslint-plugin-flowtype: flow type linting rules for ESLint

 Flow uses type inference to find bugs even without type annotations.
 It precisely tracks the types of variables as they flow through your program.
 .
 Flow is designed for JavaScript programmers.
 It understands common JavaScript idioms and very dynamic code.
 .
 Flow incrementally rechecks your changes as you work, preserving the
 fast feedback cycle of developing plain JavaScript.
 .
 Node.js is an event-based server-side JavaScript engine.