npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "espree" 的结果(共 6 个)
babel-to-estree

Translate a Babel AST to an ESTree-compliant AST. A "fork" of babel-eslint/babylon-to-espree.

MIT
espree

An Esprima-compatible JavaScript parser built on Acorn

BSD-2-Clause
@ericmorand/parse-function

Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins

MIT
espree-extract-comments

Uses espree to extract JavaScript code comments from a string. Returns an array of comment objects, with line, column, index, comment type and comment string.

MIT
falafel-espree

transform the ast on a recursive walk using espree

MIT