1.0.1 • Published 4 years ago

eslint-ast-traverser v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

eslint-ast-traverser

Extracted traverser class from the ESLint project, this is to allow it to be used by external packages, like ESLint plugins, without the need to rely on the internals of ESLint. This way we avoid breaking changes made when ESLint restrucutres any of it's internals, which can be done even on a patch/minor release and rightfully so since it's not an exposed API in the ESLint package.