Support ESM `"module":true` projects
Open
help wanted
- Dominant language
- TypeScript
- Stars
- 64
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
When loading `*rc.js` files that contain `export const` or `export default` results in failing with errors.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the failure when loading a *rc.js file containing export const or export default in a project with "module": true. Trace the configuration-loading entry point and compare the current CommonJS behavior with the ESM case. Done means both export forms load successfully without errors in module-enabled projects.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100