arethetypeswrong / arethetypeswrong/arethetypeswrong.github.io
Rule for missing default export / completely wrong exports?
- Dominant language
- TypeScript
- Stars
- 1.6k
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
[axe-webdriverjs](https://arethetypeswrong.github.io/?p=axe-webdriverjs%402.3.0)
- types report `export const AxeBuilder`
- JS has `module.exports = module.exports.default = AxeBuilder`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked axe-webdriverjs types report and compare its declared `export const AxeBuilder` with the JavaScript `module.exports = module.exports.default = AxeBuilder`. Determine how the analyzer should classify this export mismatch; done means the package receives the intended missing-default-export or incorrect-exports result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100