UNPKG

ordered-ast-traverse

Version:

simple but flexible lexically ordered AST traversal with pre and post visitors

26 lines (25 loc) 565 B
{ "name": "ordered-ast-traverse", "version": "1.1.1", "description": "simple but flexible lexically ordered AST traversal with pre and post visitors", "main": "ordered-ast-traverse.js", "repository": { "type": "git", "url": "https://github.com/olov/ordered-ast-traverse.git" }, "dependencies": { "ordered-esprima-props": "~1.1.0" }, "keywords": [ "ast", "traverse", "traversal", "walk", "visit", "visitor", "acorn", "esprima" ], "author": "Olov Lassus <olov.lassus@gmail.com>", "license": "MIT" }