google / google/closure-compiler
CompilerInput.generateDependencyInfo needs to use compiler's ModuleLoader
Open
- Dominant language
- JavaScript
- Stars
- 7.7k
- Forks
- 1.2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 6
Description
Currently if you call `CompilerInput.generateDependencyInfo` you may get incorrect information as `CompilerInput` will not use the current compiler's module loader to figure this out. As far I can determine this is an oversight.
See PR #2847 for a potential fix.
Contributor guide
Assessment
This issue has not been assessed yet.