1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: node-eslint-visitor-keys
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
cmark-gfm <!nodoc>,
debhelper-compat (= 13),
eslint <!nocheck>,
jq,
mocha <!nocheck>,
node-eslint-config-eslint <!nocheck>,
node-eslint-plugin-node <!nocheck>,
node-typescript,
rollup,
Standards-Version: 4.6.1
Homepage: https://github.com/eslint/eslint-visitor-keys
Vcs-Browser: https://salsa.debian.org/js-team/node-eslint-visitor-keys
Vcs-Git: https://salsa.debian.org/js-team/node-eslint-visitor-keys.git
Rules-Requires-Root: no
Package: node-eslint-visitor-keys
Architecture: all
Depends:
${misc:Depends},
Provides:
node-types-estree (= ${types:Version}),
Breaks:
node-typescript-types (<< 20201201-2~)
Multi-Arch: foreign
Description: 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.
|