node-eslint-visitor-keys

Constants and utilities about visitor keys to traverse AST
  https://github.com/eslint/eslint-visitor-keys
  0
  no reviews



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.