mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-18 17:27:54 -05:00
* Have auto-import provider pull in `exports` * Revert filtering of node_modules relative paths, to do in separate PR * Do @types and JS prioritization correctly * Cache entrypoints on PackageJsonInfo * Add one more test * Delete unused function * Fix other tests - dependencies need package.json files * Do two passes of exports resolution * Fix missed refactor * Apply suggestions from code review Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> * Uncomment rest of test * Handle array targets Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>