https://github.com/sun0day/swc-query
A swc ast query library.
https://github.com/sun0day/swc-query
Last synced: 2 months ago
JSON representation
A swc ast query library.
- Host: GitHub
- URL: https://github.com/sun0day/swc-query
- Owner: sun0day
- License: mit
- Created: 2024-06-27T13:02:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T15:22:29.000Z (9 months ago)
- Last Synced: 2025-01-10T06:08:57.651Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# js-audit
A [swc](https://swc.rs/) ast query library. `js-audit` provides a simple way for searching Javascript source code ast nodes. Ast nodes returned by `js-audit` follow [estree](https://github.com/estree/estree) style.