This repository was archived by the owner on Sep 30, 2024. It is now read-only.
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Auto-index script for TypeScript should not read contents of package.json #58880
Open
Description
This leads to indexing failures for repositories with more than 100 package.json files, as we're limiting the number of files that can be read by an auto-indexing job.
From taking a look at the script with @keynmol it seems like we can avoid reading these files and thus index repositories with more than 100 package.json files (eg. vitejs/vite).