Skip full walk if all plugins are Program or ImportDeclaration based
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 16
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
If all plugins only have `Program` and/or `ImportDeclaration` handlers, we can skip walking the entire AST.
Both of these are top-level node types.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.