Avoid false symlink mappings for physical dependencies (
12318e5)
The compiler now skips symlink-cache processing when a package resolution has no original path, preventing physical dependencies from being treated like symlinked ones. This fixes a declaration-emit bug where unrelated JSDoc imports could be reused and emitted under the wrong package path.
Other misc changes
- Added regression test coverage for JS declaration emit with JSDoc imports.
- Updated compiler baseline output for the new test case.