google / google/closure-compiler
Add suggested fixes to the required entry point "path" never provided error
Open
- Dominant language
- JavaScript
- Stars
- 7.7k
- Forks
- 1.2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 6
Description
Entry points are module specifiers and should follow the selected module resolution algorithm rules. However it is easy to forget or miss this point and many developers pass in ambiguous paths. The error message need to suggest common ways to fix this.
Contributor guide
Assessment
This issue has not been assessed yet.