Merge pull request #14167 from asgerf/ts/tolerate-out-of-order-requests

JS: tolerate out of order requests in TypeScript extractor
This commit is contained in:
Chuan-kai Lin
2023-09-08 12:33:44 -07:00
committed by GitHub
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
---
category: fix
---
* Fixed an extractor crash that could occur in projects containing TypeScript files larger than 10 MB.