Summary
Handlers and calls built from cross-file constants or imported axios.create(...) instances are currently reported as unsupported (see README limitations). These are common in real projects and inflate the unsupported count.
Scope
- Resolve string/URL constants imported from other files
- Resolve
axios instances created in one file and imported into another
Acceptance criteria
Why
Reducing false "unsupported" results directly improves the tool's accuracy and trust.
Summary
Handlers and calls built from cross-file constants or imported
axios.create(...)instances are currently reported as unsupported (see README limitations). These are common in real projects and inflate the unsupported count.Scope
axiosinstances created in one file and imported into anotherAcceptance criteria
const BASE = '...'used in a handler/call resolves to a concrete patternWhy
Reducing false "unsupported" results directly improves the tool's accuracy and trust.