node-eslint-visitor-keys 2.0.0+~0.0.45-1 source package in Ubuntu

Changelog

node-eslint-visitor-keys (2.0.0+~0.0.45-1) unstable; urgency=medium

  * stop depend on nodejs;
    fix have autopkgtest depend on nodejs
  * update git-buildpackage settings: use DEP-14 git branch names
  * embed and install Node.js module @types/estree;
    provide virtual package node-types-estree;
    build-depend on jq;
    break older node-typescript-types
    (previously providing same module)

 -- Jonas Smedegaard <email address hidden>  Sat, 02 Jan 2021 04:47:30 +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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-eslint-visitor-keys_2.0.0+~0.0.45-1.dsc 2.6 KiB 98436303b5d90341efd79f4a8cd79c9b626d48ff194657ec346322f6837c8014
node-eslint-visitor-keys_2.0.0+~0.0.45.orig-Xtypes.tar.gz 5.3 KiB 809e33895845eb117ed095b4c821d43c16c9d76b235657d2139f3aa1c75ef3dd
node-eslint-visitor-keys_2.0.0+~0.0.45.orig.tar.gz 9.1 KiB 4e32c58c7b11a190d476400b96817798dee40dcf4dd54efce3b8a8e71d58e13e
node-eslint-visitor-keys_2.0.0+~0.0.45-1.debian.tar.xz 5.3 KiB 262d61571264a267a5cbc093487f1f49f3049e4f0b33fe67f48840e5e00343cd

Available diffs

No changes file available.

Binary packages built by this source

node-eslint-visitor-keys: Constants and utilities about visitor keys to traverse AST

 This module, eslint-visitor-keys, provides onstants and utilities
 about visitor keys to traverse AST.
 .
 An abstract syntax tree (AST) is a tree representation
 of the abstract syntactic structure of source code
 written in a programming language.
 Each node of the tree denotes a construct
 occurring in the source code.