https://github.com/ojizero/eslint-ast-traverser
ESLint's AST traverser extracted for common use
https://github.com/ojizero/eslint-ast-traverser
ast eslint nodejs npm
Last synced: 3 months ago
JSON representation
ESLint's AST traverser extracted for common use
- Host: GitHub
- URL: https://github.com/ojizero/eslint-ast-traverser
- Owner: ojizero
- License: mit
- Created: 2019-12-18T08:51:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T10:55:50.000Z (over 5 years ago)
- Last Synced: 2025-01-14T00:25:38.144Z (5 months ago)
- Topics: ast, eslint, nodejs, npm
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.