Source: node-eslint-visitor-keys Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Jonas Smedegaard , Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , dh-nodejs , cmark-gfm , eslint , , jq , mocha , node-eslint-config-eslint , node-eslint-plugin-node , node-typescript , rollup , node-types-estree Standards-Version: 4.7.3 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 Package: node-eslint-visitor-keys Architecture: all Depends: ${misc:Depends}, Breaks: node-typescript-types (<< 20201201-2~) , acorn (<< 8.16.0+ds+~cs25.18.7-5~) 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.